Stormin' Norman
2015-08-31 16:10:07 UTC
Stealing an approach from the following article:
http://www.ghacks.net/2015/08/28/microsoft-intensifies-data-collection-on-windows-7-and-8-systems/
I created a small batch file to remove all of the "Bad Updates" (the ones I am aware of) from Microsoft, for
Windows 7
If you are interested in having this tool, create a text file name "RemoveBadUpdates.cmd" or some such name.
In the file, paste the following lines:
wusa /uninstall /kb:3068708 /norestart
wusa /uninstall /kb:3022345 /norestart
wusa /uninstall /kb:3075249 /norestart
wusa /uninstall /kb:3080149 /norestart
wusa /uninstall /kb:971033 /norestart
wusa /uninstall /kb:3065987 /norestart
wusa /uninstall /kb:3021917 /norestart
wusa /uninstall /kb:2990214 /norestart
wusa /uninstall /kb:3035583 /norestart
wusa /uninstall /kb:2952664 /norestart
Save the file in your BIN or utility folder. To run, right click and select run as administrator. You will
either be notified the update does not exist on the system or you will be prompted to approve or decline the
removal of the update.
When finished running, remember to restart your machine.
If anyone has other "Bad Updates" please let me know so they can be added them to the list.
I hope this helps someone.
http://www.ghacks.net/2015/08/28/microsoft-intensifies-data-collection-on-windows-7-and-8-systems/
I created a small batch file to remove all of the "Bad Updates" (the ones I am aware of) from Microsoft, for
Windows 7
If you are interested in having this tool, create a text file name "RemoveBadUpdates.cmd" or some such name.
In the file, paste the following lines:
wusa /uninstall /kb:3068708 /norestart
wusa /uninstall /kb:3022345 /norestart
wusa /uninstall /kb:3075249 /norestart
wusa /uninstall /kb:3080149 /norestart
wusa /uninstall /kb:971033 /norestart
wusa /uninstall /kb:3065987 /norestart
wusa /uninstall /kb:3021917 /norestart
wusa /uninstall /kb:2990214 /norestart
wusa /uninstall /kb:3035583 /norestart
wusa /uninstall /kb:2952664 /norestart
Save the file in your BIN or utility folder. To run, right click and select run as administrator. You will
either be notified the update does not exist on the system or you will be prompted to approve or decline the
removal of the update.
When finished running, remember to restart your machine.
If anyone has other "Bad Updates" please let me know so they can be added them to the list.
I hope this helps someone.