Skip to content

Commit

Permalink
Merge pull request #154 from jeremycornett/jeremycornett-patch-1
Browse files Browse the repository at this point in the history
Fix copy/paste error.
  • Loading branch information
tas50 authored Jun 21, 2018
2 parents 766ff17 + f94f92b commit 72c70ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion floppy/disablewinupdate.bat
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SC stop wuauserv
SC config wuauserv start= disabled

:: Notify before download
reg add reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v AUOptions /t REG_DWORD /d 2 /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v AUOptions /t REG_DWORD /d 2 /f

:: turn the whole thing off
reg add "HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\WindowsUpdate" /v DisableWindowsUpdateAccess /t REG_DWORD /d 1 /f
Expand Down

0 comments on commit 72c70ff

Please sign in to comment.