Jump to content

The Windows 10 upgrade nagware has appeared in my system tray


Recommended Posts

Posted

Hi all,

 

The Windows 10 upgrade nagware has appeared in my system tray :mad:

 

I've uninstalled update kb2952664 and declined it on my WSUS server.

 

Still there !!

 

 

Any ideas how to remove it with either WSUS or another method.

 

All Win7 Pro x64 clients on a domain getting updates via WSUS.

 

 

 

Cheers in advance.

  • Thanks 1
Posted

think there is an EXE and folder in system32 called GWX which contains the annoying program which displays the prompt.

kill the task take ownership and delete the folder & exe

  • Thanks 2
Posted

I'm also struggling with this today. The annoying "Get Windows 10" message has appeared on all of my domain machines. I've tried to follow the info in https://support.microsoft.com/en-gb/kb/3080351 with little success.

 

When I go to the link "3065988 Windows Update Client for Windows 8.1 and Windows Server 2012 R2: July 2015" the install fails as it says it doesn't apply to the machine (running this on my Server 2012 r2 domain controller). Am I right in thinking this update needs to be installed on the server rather than the client PCs?

 

I also don't understand the instruction "You must use the updated WindowsUpdate.admx file by copying the file from the editing policy location." - but I'm guessing it might make more sense if I can get the update above installed. Can anyone help me out? Ta!

Posted

Nay matter - managed to bodge fix it with a registry change in our startp script:

 

reg query HKLM\Software\Policies\Microsoft\Windows\Gwx

 

if %ERRORLEVEL% EQU 0 goto W10SKIP

 

REG ADD "HKLM\Software\Policies\Microsoft\Windows\Gwx" /v "DisableGwx" /t REG_DWORD /d 1 /f

 

:W10SKIP

  • Thanks 2
  • 2 weeks later...
Posted

Heres another bodge via GPO....

 

Computer Configuration/Policies/Administrative Templates/Windows Components/Windows Updates/"Turn off the upgrade to the latest version of windows through windows update"

 

 

That'll remove the icon but not the downloaded upgrade files.

 

 

M$=Poo :deadhorse:

  • Thanks 1
Posted

That would have been a good option but unfortunately our DC is a 32 bit Standard Edition Server 2008. Grr!

 

Heres another bodge via GPO....

 

Computer Configuration/Policies/Administrative Templates/Windows Components/Windows Updates/"Turn off the upgrade to the latest version of windows through windows update"

 

 

That'll remove the icon but not the downloaded upgrade files.

 

 

M$=Poo :deadhorse:

Posted

An extra special thank you to @Network_Boy

 

Being a tad novice on Group Policy I sent him a PM and with great patience he has walked me through this. Registry entry now applied and working a treat. :happy: Happy bunny here.

 

Nay matter - managed to bodge fix it with a registry change in our startp script:

 

reg query HKLM\Software\Policies\Microsoft\Windows\Gwx

 

if %ERRORLEVEL% EQU 0 goto W10SKIP

 

REG ADD "HKLM\Software\Policies\Microsoft\Windows\Gwx" /v "DisableGwx" /t REG_DWORD /d 1 /f

 

:W10SKIP

  • Thanks 1
  • 3 weeks later...
Posted

Thankyou so much for this as I have been infected with the do you want to upgrade icon, was sure I blocked the updates via wsus ages ago or have MS been playing funny games with the updates

 

 

Nay matter - managed to bodge fix it with a registry change in our startp script:

 

reg query HKLM\Software\Policies\Microsoft\Windows\Gwx

 

if %ERRORLEVEL% EQU 0 goto W10SKIP

 

REG ADD "HKLM\Software\Policies\Microsoft\Windows\Gwx" /v "DisableGwx" /t REG_DWORD /d 1 /f

 

:W10SKIP

Posted
Thankyou so much for this as I have been infected with the do you want to upgrade icon, was sure I blocked the updates via wsus ages ago or have MS been playing funny games with the updates

 

Glad I could help.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...