Skip to content

Instantly share code, notes, and snippets.

@foxx
Last active May 12, 2019 18:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save foxx/49c49ecd9db927086b3ef4f3eea14f58 to your computer and use it in GitHub Desktop.
Save foxx/49c49ecd9db927086b3ef4f3eea14f58 to your computer and use it in GitHub Desktop.
disable feature upgrade windows 10
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\OSUpgrade]
"AllowOSUpgrade"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
"DisableOSUpgrade"=dword:00000001
sc config wuauserv start= disabled
sc stop wuauserv
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v "AUOptions" /t REG_DWORD /d "1" /f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment