Skip to content

Instantly share code, notes, and snippets.

@informationsea
Created January 14, 2016 05:25
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 informationsea/13a262a2487da9c40bb7 to your computer and use it in GitHub Desktop.
Save informationsea/13a262a2487da9c40bb7 to your computer and use it in GitHub Desktop.
Disable Windows 10 Upgrade Registory
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
"DisableOSUpgrade"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Gwx]
"DisableGwx"=dword:00000001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment