- Mar 2, 2000
- 3,752
- 25
- 91
Seen this over at Ars Technica that Microsoft has finally has a way to turn off the upgrade/taskbar upgrade notifications
*Edit* Due to MS starting to push the Upgrade Notification on systems that are Domain Joined but are not managed by WSUS or SCCM
Ms KB article
Some of the steps may have been done in an unofficial way but these are the valid and official way to do it
Edit
Some points to clear up
1 - Microsoft is going to start pushing this update to more systems that are on Domains that do not have WSUS or SCCM for managing updates.
2 - The article is more geared towards Sys Admins in these business hence the somewhat dense and overly complicated explanations
3 - Must have the update KB 3080351 install otherwise the registry edits will not do anything. If you are avoiding that update to avoid the upgrade notifcations, then no reason to do any of this
4 - If you want an easy way then yes you would just need to do the two following registry edits
*Edit* Due to MS starting to push the Upgrade Notification on systems that are Domain Joined but are not managed by WSUS or SCCM
Ms KB article
Some of the steps may have been done in an unofficial way but these are the valid and official way to do it
Edit
Some points to clear up
1 - Microsoft is going to start pushing this update to more systems that are on Domains that do not have WSUS or SCCM for managing updates.
2 - The article is more geared towards Sys Admins in these business hence the somewhat dense and overly complicated explanations
3 - Must have the update KB 3080351 install otherwise the registry edits will not do anything. If you are avoiding that update to avoid the upgrade notifcations, then no reason to do any of this
4 - If you want an easy way then yes you would just need to do the two following registry edits
Code:
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
Last edited:
