-
-
Save Strofe/a348d4af16af95b33ac4 to your computer and use it in GitHub Desktop.
Remove telemetry updates for Windows 7 and 8.1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo Uninstalling KB3075249 (telemetry for Win7/8.1) | |
start /w wusa.exe /uninstall /kb:3075249 /quiet /norestart | |
echo Uninstalling KB3080149 (telemetry for Win7/8.1) | |
start /w wusa.exe /uninstall /kb:3080149 /quiet /norestart | |
echo Uninstalling KB3021917 (telemetry for Win7) | |
start /w wusa.exe /uninstall /kb:3021917 /quiet /norestart | |
echo Uninstalling KB3022345 (telemetry) | |
start /w wusa.exe /uninstall /kb:3022345 /quiet /norestart | |
echo Uninstalling KB3068708 (telemetry) | |
start /w wusa.exe /uninstall /kb:3068708 /quiet /norestart | |
echo Uninstalling KB3044374 (Get Windows 10 for Win8.1) | |
start /w wusa.exe /uninstall /kb:3044374 /quiet /norestart | |
echo Uninstalling KB3035583 (Get Windows 10 for Win7sp1/8.1) | |
start /w wusa.exe /uninstall /kb:3035583 /quiet /norestart | |
echo Uninstalling KB2990214 (Get Windows 10 for Win7) | |
start /w wusa.exe /uninstall /kb:2990214 /quiet /norestart | |
echo Uninstalling KB2952664 (Get Windows 10 assistant) | |
start /w wusa.exe /uninstall /kb:2952664 /quiet /norestart | |
echo Uninstalling KB3075853 (update for "Windows Update" on Win8.1/Server 2012R2) | |
start /w wusa.exe /uninstall /kb:3075853 /quiet /norestart | |
echo Uninstalling KB3065987 (update for "Windows Update" on Win7/Server 2008R2) | |
start /w wusa.exe /uninstall /kb:3065987 /quiet /norestart | |
echo Uninstalling KB3050265 (update for "Windows Update" on Win7) | |
start /w wusa.exe /uninstall /kb:3050265 /quiet /norestart | |
echo Uninstalling KB971033 (license validation) | |
start /w wusa.exe /uninstall /kb:971033 /quiet /norestart | |
echo Uninstalling KB2902907 (description not available) | |
start /w wusa.exe /uninstall /kb:2902907 /quiet /norestart | |
echo Uninstalling KB2976987 (description not available) | |
start /w wusa.exe /uninstall /kb:2976987 /quiet /norestart | |
echo Uninstalling KB3102810 (update for "Windows Update") | |
start /w wusa.exe /uninstall /kb:3102810 /quiet /norestart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment