Skip to content

Instantly share code, notes, and snippets.

@stevenroh
Forked from maciakl/DisableGWX.mkd
Last active September 16, 2015 11:47
Show Gist options
  • Save stevenroh/8b8addac31fbf9d7110a to your computer and use it in GitHub Desktop.
Save stevenroh/8b8addac31fbf9d7110a to your computer and use it in GitHub Desktop.
Disable Windows 10 Free Upgrade Reservation Prompt in Windows 7

Disable GWX Windows 10 Upgrade Prompt

There is no user friendly way disable the annoying task bar icon that prompts you to "reserve" a free upgrade to Windows 10. You can however get rid of it by adding a registry key under:

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\GWX

The key you are adding should be a DWORD named DisableGWX and it's vale should be set to 1.

Windows Registry Editor Version 5.00
[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