Skip to content

Commit

Permalink
Disable Windows Update
Browse files Browse the repository at this point in the history
  • Loading branch information
robbiezhang committed Sep 18, 2017
1 parent ac83868 commit f8da501
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1,592 deletions.
3 changes: 3 additions & 0 deletions parts/kuberneteswindowssetup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,9 @@ try
# to the windows machine, and run the script manually to watch
# the output.
if ($true) {
Write-Log "Disable automatic Windows update"
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v AUOptions /t REG_DWORD /d 1 /f

Write-Log "Provisioning $global:DockerServiceName... with IP $MasterIP"
net start Docker

Expand Down

0 comments on commit f8da501

Please sign in to comment.