Skip to content

Instantly share code, notes, and snippets.

@maxXx1
Last active February 18, 2016 10:41
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 maxXx1/31059e51d7f12dc56644 to your computer and use it in GitHub Desktop.
Save maxXx1/31059e51d7f12dc56644 to your computer and use it in GitHub Desktop.
Disable update to Windows 10 from Windows 7/8/8.1
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