malsploit Posted August 26, 2015 Report Posted August 26, 2015 @Echo offechoecho Step 1: Delete Updates…echo Delete KB3075249 (telemetry for Win7/8.1)start /w wusa.exe /uninstall /kb:3075249echo Delete KB3080149 (telemetry for Win7/8.1)start /w wusa.exe /uninstall /kb:3080149echo Delete KB3021917 (telemetry for Win7)start /w wusa.exe /uninstall /kb:3021917echo Delete KB3022345 (telemetry)start /w wusa.exe /uninstall /kb:3022345echo Delete KB3068708 (telemetry)start /w wusa.exe /uninstall /kb:3068708echo Delete KB3044374 (Get Windows 10 for Win8.1)start /w wusa.exe /uninstall /kb:3044374echo Delete KB3035583 (Get Windows 10 for Win7sp1/8.1)start /w wusa.exe /uninstall /kb:3035583echo Delete KB2990214 (Get Windows 10 for Win7 without sp1)start /w wusa.exe /uninstall /kb:2990214echo Delete KB2990214 (Get Windows 10 for Win7)start /w wusa.exe /uninstall /kb:2990214echo Delete KB2952664 (Get Windows 10 assistant)start /w wusa.exe /uninstall /kb:2952664echo Delete KB3075853 (update for “Windows Update” on Win8.1/Server 2012R2)start /w wusa.exe /uninstall /kb:3075853echo Delete KB3065987 (update for “Windows Update” on Win7/Server 2008R2)start /w wusa.exe /uninstall /kb:3065987echo Delete KB3050265 (update for “Windows Update” on Win7)start /w wusa.exe /uninstall /kb:3050265echo Delete KB971033 (license validation)start /w wusa.exe /uninstall /kb:971033echo Delete KB2902907 (description not available)start /w wusa.exe /uninstall /kb:2902907echo Delete KB2976987 (description not available)start /w wusa.exe /uninstall /kb:2976987echo Step 2: Blocking Routes…route -p add 23.218.212.69 MASK 255.255.255.255 0.0.0.0route -p add 65.55.108.23 MASK 255.255.255.255 0.0.0.0route -p add 65.39.117.230 MASK 255.255.255.255 0.0.0.0route -p add 134.170.30.202 MASK 255.255.255.255 0.0.0.0route -p add 137.116.81.24 MASK 255.255.255.255 0.0.0.0route -p add 204.79.197.200 MASK 255.255.255.255 0.0.0.0route -p add 23.218.212.69 MASK 255.255.255.255 0.0.0.0echo Step 3: Disabling tasks…schtasks /Change /TN “\Microsoft\Windows\Application Experience\AitAgent” /DISABLEschtasks /Change /TN “\Microsoft\Windows\Application Experience\Microsoft Compatibility Appraiser” /DISABLEschtasks /Change /TN “\Microsoft\Windows\Application Experience\ProgramDataUpdater” /DISABLEschtasks /Change /TN “\Microsoft\Windows\Autochk\Proxy” /DISABLEschtasks /Change /TN “Microsoft\Windows\Customer Experience Improvement Program\Consolidator” /DISABLEschtasks /Change /TN “Microsoft\Windows\Customer Experience Improvement Program\KernelCeipTask” /DISABLEschtasks /Change /TN “Microsoft\Windows\Customer Experience Improvement Program\UsbCeip” /DISABLEschtasks /Change /TN “\Microsoft\Windows\DiskDiagnostic\Microsoft-Windows-DiskDiagnosticDataCollector” /DISABLEschtasks /Change /TN “\Microsoft\Windows\Maintenance\WinSAT” /DISABLEschtasks /Change /TN “\Microsoft\Windows\Media Center\ActivateWindowsSearch” /DISABLEschtasks /Change /TN “\Microsoft\Windows\Media Center\ConfigureInternetTimeService” /DISABLEschtasks /Change /TN “\Microsoft\Windows\Media Center\DispatchRecoveryTasks” /DISABLEschtasks /Change /TN “\Microsoft\Windows\Media Center\ehDRMInit” /DISABLEschtasks /Change /TN “\Microsoft\Windows\Media Center\InstallPlayReady” /DISABLEschtasks /Change /TN “\Microsoft\Windows\Media Center\mcupdate” /DISABLEschtasks /Change /TN “\Microsoft\Windows\Media Center\MediaCenterRecoveryTask” /DISABLEschtasks /Change /TN “\Microsoft\Windows\Media Center\ObjectStoreRecoveryTask” /DISABLEschtasks /Change /TN “\Microsoft\Windows\Media Center\OCURActivate” /DISABLEschtasks /Change /TN “\Microsoft\Windows\Media Center\OCURDiscovery” /DISABLEschtasks /Change /TN “\Microsoft\Windows\Media Center\PBDADiscovery” /DISABLEschtasks /Change /TN “\Microsoft\Windows\Media Center\PBDADiscoveryW1” /DISABLEschtasks /Change /TN “\Microsoft\Windows\Media Center\PBDADiscoveryW2” /DISABLEschtasks /Change /TN “\Microsoft\Windows\Media Center\PvrRecoveryTask” /DISABLEschtasks /Change /TN “\Microsoft\Windows\Media Center\PvrScheduleTask” /DISABLEschtasks /Change /TN “\Microsoft\Windows\Media Center\RegisterSearch” /DISABLEschtasks /Change /TN “\Microsoft\Windows\Media Center\ReindexSearchRoot” /DISABLEschtasks /Change /TN “\Microsoft\Windows\Media Center\SqlLiteRecoveryTask” /DISABLEschtasks /Change /TN “\Microsoft\Windows\Media Center\UpdateRecordPath” /DISABLEecho Step 4: Killing Diagtrack-service (if it still exists)…sc stop Diagtracksc delete Diagtrackecho Final Step: Stop remoteregistry-service (if it still exists)…sc config remoteregistry start= disabledsc stop remoteregistryecho Done — Reboot! [COLOR=#000000]shutdown -r[/COLOR]Windows Script to Remove All Windows 10 Telemetry Updates 1 Quote