I wonder what this might do
powershell get-hotfix -id kb2977759,kb2990214,kb2952664,kb3021917,kb3022345,kb3068708,kb3035583,kb3044374,kb2976978,kb3050265,kb3075249,kb3080149
@ECHO off
COLOR 16
ECHO
ECHO Removing Windows 10 Update offers
ECHO ver 08/20/2015
start /wait wusa /uninstall /kb:2977759 /quiet /norestart
start /wait wusa /uninstall /kb:2990214 /quiet /norestart
start /wait wusa /uninstall /kb:2952664 /quiet /norestart
start /wait wusa /uninstall /kb:3021917 /quiet /norestart
start /wait wusa /uninstall /kb:3022345 /quiet /norestart
start /wait wusa /uninstall /kb:3068708 /quiet /norestart
start /wait wusa /uninstall /kb:3035583 /quiet /norestart
start /wait wusa /uninstall /kb:3044374 /quiet /norestart
start /wait wusa /uninstall /kb:2976978 /quiet /norestart
start /wait wusa /uninstall /kb:3050265 /quiet /norestart
start /wait wusa /uninstall /kb:3075249 /quiet /norestart
start /wait wusa /uninstall /kb:3080149 /quiet /norestart
ECHO
ECHO Spyware were sucessfully uninstalled!
ECHO ===========================================
ECHO
ECHO Don't forget disable these updates:
ECHO Windows 7:
ECHO ===========================================
ECHO KB2977759, KB2990214, KB2952664, KB3021917,
ECHO KB3022345, KB3068708, KB3035583, KB3075249
ECHO and KB3080149
ECHO Windows 8/8.1:
ECHO ===========================================
ECHO KB3022345, KB3068708, KB3035583, KB3044374
ECHO KB2976978, KB3075249 and KB3080149
ECHO ===========================================
ECHO
ECHO Press any key to restart.
ECHO
PAUSE
C: \Windows\System32\shutdown.exe /r /t 10 /c "This system will restart in 10 seconds"
EXIT
Remove extra space after C: . Hey, I didn't author this. Credit due JanCerny