Skip to content

Instantly share code, notes, and snippets.

@nazarewk
Last active March 26, 2016 12:35
Show Gist options
  • Save nazarewk/eb058f188439c1b5a48c to your computer and use it in GitHub Desktop.
Save nazarewk/eb058f188439c1b5a48c to your computer and use it in GitHub Desktop.
Disable upgrade to Windows 10 tray icon permantently
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\OSUpgrade]
"AllowOSUpgrade"=dword:00000000
"ReservationsAllowed"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\GWX]
"DisableGWX"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
"DisableOSUpgrade"=dword:00000001
@nazarewk
Copy link
Author

Works on Windows 7 Professional 64 bit, not sure about Windows 8+

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment