Skip to content

Instantly share code, notes, and snippets.

@BYTE0ME
BYTE0ME / remove-spyware-win.bat
Created September 20, 2017 13:46 — forked from kulbakin/remove-spyware-win.bat
Remove Windows Spyware aka Telemetry Updates
@echo off
color 0E
echo Removing Windows 7 and 8.1 spyware updates.
echo To remove "spyware" updates open Command Prompt as Administrator by clicking
echo right mouse button.
echo Sometimes you need to run this file several times till "get-hotfix" no longer
echo find spyware updates (for ex. KB2952664 and others).
echo Before running the tool disable automatic update installation in Windows Update
echo Center. After updates are deleted, check for updates and hide ones from this
echo list for them not to get istalled again, then you can re-enable auto updates.