Skip to content

Instantly share code, notes, and snippets.

@x33st0rm
x33st0rm / Autologger_Disable_digitrack.bat
Created October 23, 2016 10:51
Removes the Windows AutoLogger
@echo off
sc delete dmwappushsvc
sc delete diagtrack
cd C:\ProgramData\Microsoft\Diagnosis\ETLLogs\AutoLogger
echo “” > AutoLogger-Diagtrack-Listener.etl
cacls AutoLogger-Diagtrack-Listener.etl /d SYSTEM
@x33st0rm
x33st0rm / w7-malicious-updates-removal.bat
Last active September 14, 2017 18:00
Windows 7 removal of malicious telemetry/spyware, windows 10 forceful upgrade and otherwise unwanted updates.
@echo off
echo ------------------------------------------------------------------------------
echo Windows 7 Malicious Updates Batch Uninstaller by st0rm ( Updated 03-06-2016 )
echo ------------------------------------------------------------------------------
echo Prevent future malicious updates by disabling automatic windows updates.
echo Reboot manually afterwards to finish process.
echo ------------------------------------------------------------------------------
pause
echo Uninstalling KB971033
wusa /uninstall /kb:971033 /quiet /norestart