Windows 7 Remove ALL telemetry updates from Windows 7 & 8 and 8.1

ragnarok1968

Well-Known Member
Joined
Feb 4, 2017
Messages
348
I found this script, use Notepad and put this script in notepad and save under "all files" and give it a name with a .CMD extension. then you simply double-click it and all telemetry updates will be removed.

I did it on my system

Link: Remove telemetry updates for Windows 7 and 8.1

I'll list the entire script. simply use notepad, paste the code below into notepad, save as "all file" types

I recommend using the name like "remove-windows7-telemetry-update.cmd" without quotes!

Code:
@echo off
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 KB2976978 (compactibility update for Windows 8.1)
start /w wusa.exe /uninstall /kb:2976978 /quiet /norestart
echo Uninstalling KB3102810 (update for "Windows Update")
start /w wusa.exe /uninstall /kb:3102810 /quiet /norestart
echo Uninstalling KB3112343 (Windows Update Client for Windows 7)
start /w wusa.exe /uninstall /kb:3112343 /quiet /norestart
echo Uninstalling KB3135445 (Windows Update Client for Windows 7)
start /w wusa.exe /uninstall /kb:3135445 /quiet /norestart
echo Uninstalling KB3123862 (Windows Update Client for Windows 7)
start /w wusa.exe /uninstall /kb:3123862 /quiet /norestart
echo Uninstalling KB3081954 (Telemetry Update for Windows 7)
start /w wusa.exe /uninstall /kb:3081954 /quiet /norestart
echo Uninstalling KB3139929 (Get Windows 10 update for MSIE)
start /w wusa.exe /uninstall /kb:3139929 /quiet /norestart
echo Uninstalling KB3138612 (Windows Update Client for Windows 7)
start /w wusa.exe /uninstall /kb:3138612 /quiet /norestart
echo Uninstalling KB3138615 (Windows Update Client for Windows 8.1)
start /w wusa.exe /uninstall /kb:3138615 /quiet /norestart
echo Uninstalling KB3150513 (Compactibility Update (another GWX) for Windows 7/8.1)
start /w wusa.exe /uninstall /kb:3150513 /quiet /norestart
echo Uninstalling KB3133977 (buggy update)
start /w wusa.exe /uninstall /kb:3133977 /quiet /norestart
echo Uninstalling KB3139923 (Another GWX for Windows 7/8.1)
start /w wusa.exe /uninstall /kb:3139923 /quiet /norestart
echo Uninstalling KB3173040 (Another GWX for Windows 7/8.1)
start /w wusa.exe /uninstall /kb:3173040 /quiet /norestart

or download a completed version already made, download it here
 
Last edited:
Solution
I hope it's OK to ask this question, but it seems to be a relevant thread, despite it's over a year ago.

I run Windows 8 (yes the original), and I kept it updated by using updates from Server 2012, which are codebase identical. I was of the belief that Windows 8 was free of the telemetry and CPU blocking that Windows 8.1 was plagued with, but now I'm not so sure.

Would anyone know if there are telemetry updates for Server 2012 (again not R2), that would contain telemetry?
Your help is appreciated. Cheers!

Jody
Here's a listing of the various updates and their purpose

 
I'd be careful with disabling telemetry especially Windows 10. You should at least leave it on basic. Disabling telemetry completely on Windows 10 will prevent Windows update from working
 
I'd be careful with disabling telemetry especially Windows 10. You should at least leave it on basic. Disabling telemetry completely on Windows 10 will prevent Windows update from working

Well yeah because Windows 10 is based upon telemetry. But Windows 7's was implemented AFTER the release of Windows 7. So it's not integrated into the OS so much as was Windows 10. Windows 10's telemetry is integrated into the OS.

But I'm ONLY concerned about Windows 7. But thanks for mentioning that too

-RAG
 
I hope it's OK to ask this question, but it seems to be a relevant thread, despite it's over a year ago.

I run Windows 8 (yes the original), and I kept it updated by using updates from Server 2012, which are codebase identical. I was of the belief that Windows 8 was free of the telemetry and CPU blocking that Windows 8.1 was plagued with, but now I'm not so sure.

Would anyone know if there are telemetry updates for Server 2012 (again not R2), that would contain telemetry?
Your help is appreciated. Cheers!

Jody
 
Solution