- May 19, 2011
- 20,181
- 14,743
- 136
I would guess that most of this applies to Win81 as well, but anyway.
I did a platform upgrade recently, so I did a fresh install of Win7. Despite getting in all the Windows updates, and telling it to check for more, the Win10 notification didn't appear. I then realised that I hadn't activated Windows yet, then after the next reboot the Win10 notification started appearing.
I (almost immediately) then used the registry tweak to disable it:
It seems to me that Windows hasn't tried to download Win10's setup files into the usual hidden folder on the root of C drive either, presumably because GWX had been disabled before it could start downloading the files in the background. I'm also not getting the "upgrade to Win10" hijack of Control Panel > Windows Update (screenshot from another site):
I would surmise that if one wanted to get rid of Win10 notifications (both on systray and in Control Panel > WU) after the files had been downloaded, that running the disk cleanup wizard to remove the Win10 upgrade files, then disabling GWX using that registry tweak, as opposed to attempting to play whack-a-mole with selected Windows updates.
I did a platform upgrade recently, so I did a fresh install of Win7. Despite getting in all the Windows updates, and telling it to check for more, the Win10 notification didn't appear. I then realised that I hadn't activated Windows yet, then after the next reboot the Win10 notification started appearing.
I (almost immediately) then used the registry tweak to disable it:
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\GWX]
"DisableGWX"=dword:00000001

I would surmise that if one wanted to get rid of Win10 notifications (both on systray and in Control Panel > WU) after the files had been downloaded, that running the disk cleanup wizard to remove the Win10 upgrade files, then disabling GWX using that registry tweak, as opposed to attempting to play whack-a-mole with selected Windows updates.