Page 1 of 1

Get rid of "Get Windows X"

Posted: Tue Oct 06, 2015 5:46 pm
by rip
I made this for someone else but just in case you may benefit I figured I'd post it.

Uninstalls all the known patches for "Get Windows X" update for all versions of windows (you don't have all these patches, it'll try and move on)...followed by a reboot.

shutdown /r /d p:4:1 Means Shutdown Reboot /d p:4:1 is the reason "Maintenance (Planned)" for the system logs.

I saved this as KILL-GWX.BAT and run it as a bat (double click on the BAT file.)

Code: Select all

wusa /uninstall /quiet /norestart /kb:2952664
wusa /uninstall /quiet /norestart /kb:3035583
wusa /uninstall /quiet /norestart /kb:3021917
wusa /uninstall /quiet /norestart /kb:3044374
wusa /uninstall /quiet /norestart /kb:2990214
shutdown /r /d p:4:1

Re: Get rid of "Get Windows X"

Posted: Tue Oct 06, 2015 5:57 pm
by Glazed
Thank you!