Skip to content

Windows 10 Spy Updates for Win7+

SvenSven www.GSA-Online.de
edited August 2015 in Other / Off Topic

I read on another side about this so I thought I make a small bat file from it to provide it here. You really should uninstall this to not give M$ even more of your data.


Save the following into a file like spy_remove.bat and execute that one with admin rights.
@echo off
wusa /uninstall /kb:2505438 /norestart /quiet
REM Windows 7 Only (corrupts AERO and blurry fonts on some websites)
wusa /uninstall /kb:2670838 /norestart /quiet
REM (reportedly pulled, uninstall it anyway if already installed)
wusa /uninstall /kb:2922324 /norestart /quiet
REM prepares system for upgrade to Windows 10 (sends a bunch of telemetry data to M$, reported to corrupt system files)
wusa /uninstall /kb:2952664 /norestart /quiet
REM prepares system for upgrade to Windows 10
wusa /uninstall /kb:2976978 /norestart /quiet
REM Windows 8 only
wusa /uninstall /kb:2976978 /norestart /quiet
REM prepares system for upgrade to Windows 10, installs telemetry
wusa /uninstall /kb:2977759 /norestart /quiet
REM prepares system for upgrade to Windows 10
wusa /uninstall /kb:2990214 /norestart /quiet
REM affects windows 8 only
wusa /uninstall /kb:3014460 /norestart /quiet
REM adds more damn telemetry
wusa /uninstall /kb:3015249 /norestart /quiet
REM prepares system for upgrade to Windows 10
wusa /uninstall /kb:3021917 /norestart /quiet
REM installs diagnostic tracking service, reported to corrupt system files
wusa /uninstall /kb:3022345 /norestart /quiet
REM pitches the free Windows 10 upgrade
wusa /uninstall /kb:3035583 /norestart /quiet
REM this gives you the windows 10 invite
wusa /uninstall /kb:3035583 /norestart /quiet
REM prepares system for upgrade to Windows 10
wusa /uninstall /kb:3044374 /norestart /quiet
REM supposedly fixes an issue with windows update, but also changes system files to support upgrade to Windows 10
wusa /uninstall /kb:3050265 /norestart /quiet
REM prepares system for upgrade to Windows 10
wusa /uninstall /kb:3050267 /norestart /quiet
REM makes “improvements” to the windows update client (really just more Win10 bullshit)
wusa /uninstall /kb:3065987 /norestart /quiet
REM installs telemetry service, prepares system for upgrade to Windows 10
wusa /uninstall /kb:3068708 /norestart /quiet
REM adds yet more telemetry
wusa /uninstall /kb:3075249 /norestart /quiet
REM makes “improvements” to the windows update client (really just more Win10 bullshit)
wusa /uninstall /kb:3075851 /norestart /quiet
REM adds yet more telemetry
wusa /uninstall /kb:3080149 /norestart /quiet
REM Delete KB3075853 (update for "Windows Update" on Win8.1/Server 2012R2)
wusa /uninstall /kb:3075853 /quiet /norestart
REM Delete KB2902907 (description is not available)
wusa /uninstall /kb:2902907 /quiet /norestart

Comments

Sign In or Register to comment.