Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for wuauserv (0.06 sec)

  1. cluster/gce/windows/k8s-node-setup.psm1

    function Set-PrerequisiteOptions {
      # Windows updates cause the node to reboot at arbitrary times.
      Log-Output "Disabling Windows Update service"
      & sc.exe config wuauserv start=disabled
      & sc.exe stop wuauserv
      Write-VerboseServiceInfoToConsole -Service 'wuauserv' -Delay 1
    
      # Use TLS 1.2: needed for Invoke-WebRequest downloads from github.com.
      [Net.ServicePointManager]::SecurityProtocol = `
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
Back to top