Advertisement
H0XH4

Copy/Paste way to uninstall Microsoft's Spy updates.

Aug 24th, 2015
16,327
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.05 KB | None | 0 0
  1. Below is the list of "updates" that delivered by Windows Update as "telemetry and customer experience improvements". If you don't want upgrade to Win10 or send your "telemetry" to MS - remove them and do not install again.
  2.  
  3. Microsoft claims this is "telemetry" and customer experience blah-blah-blah. Well I call this simple - spyware.
  4.  
  5. https://support.microsoft.com/en-us/kb/3021917 - "Performance tracker update"
  6. https://support.microsoft.com/en-us/kb/3035583 - "Get Windows 10 App" (delivers ready to use UAC backdoor as bonus)
  7. https://support.microsoft.com/en-us/kb/2990214 - "Upgrade to Windows 10"
  8. https://support.microsoft.com/en-us/kb/3044374 - "Upgrade to Windows 10"
  9. https://support.microsoft.com/en-us/kb/2952664 - "Compatibility update for upgrading Windows 7"
  10. https://support.microsoft.com/en-us/kb/3022345 - "Customer experience and diagnostic telemetry"
  11. https://support.microsoft.com/en-us/kb/3068708 - "Customer experience and diagnostic telemetry"
  12. https://support.microsoft.com/en-us/kb/3080149 - "Customer experience and diagnostic telemetry"
  13. https://support.microsoft.com/en-us/kb/3075249 - "Telemetry points to consent.exe" !!!WARNING!!! this update add spyware functionality to UAC
  14.  
  15. COPY/PASTE script below the line into you command shell/command line (cmd.exe). To disable the evil spying services spread by Microsoft.
  16.  
  17. ================================================================================================================
  18.  
  19. @echo off
  20. echo
  21.  
  22. echo Step 1: Delete Updates...
  23. echo Delete KB3075249 (telemetry for Win7/8.1)
  24. start /w wusa.exe /uninstall /kb:3075249
  25. echo Delete KB3080149 (telemetry for Win7/8.1)
  26. start /w wusa.exe /uninstall /kb:3080149
  27. echo Delete KB3021917 (telemetry for Win7)
  28. start /w wusa.exe /uninstall /kb:3021917
  29. echo Delete KB3022345 (telemetry)
  30. start /w wusa.exe /uninstall /kb:3022345
  31. echo Delete KB3068708 (telemetry)
  32. start /w wusa.exe /uninstall /kb:3068708
  33. echo Delete KB3044374 (Get Windows 10 for Win8.1)
  34. start /w wusa.exe /uninstall /kb:3044374
  35. echo Delete KB3035583 (Get Windows 10 for Win7sp1/8.1)
  36. start /w wusa.exe /uninstall /kb:3035583
  37. echo Delete KB2990214 (Get Windows 10 for Win7 without sp1)
  38. start /w wusa.exe /uninstall /kb:2990214
  39. echo Delete KB2990214 (Get Windows 10 for Win7)
  40. start /w wusa.exe /uninstall /kb:2990214
  41. echo Delete KB2952664 (Get Windows 10 assistant)
  42. start /w wusa.exe /uninstall /kb:2952664
  43. echo Delete KB3075853 (update for "Windows Update" on Win8.1/Server 2012R2)
  44. start /w wusa.exe /uninstall /kb:3075853
  45. echo Delete KB3065987 (update for "Windows Update" on Win7/Server 2008R2)
  46. start /w wusa.exe /uninstall /kb:3065987
  47. echo Delete KB3050265 (update for "Windows Update" on Win7)
  48. start /w wusa.exe /uninstall /kb:3050265
  49. echo Delete KB971033 (license validation)
  50. start /w wusa.exe /uninstall /kb:971033
  51. echo Delete KB2902907 (description not available)
  52. start /w wusa.exe /uninstall /kb:2902907
  53. echo Delete KB2976987 (description not available)
  54. start /w wusa.exe /uninstall /kb:2976987
  55.  
  56. echo Step 2: Blocking Routes...
  57. route -p add 23.218.212.69 MASK 255.255.255.255 0.0.0.0
  58. route -p add 65.55.108.23 MASK 255.255.255.255 0.0.0.0
  59. route -p add 65.39.117.230 MASK 255.255.255.255 0.0.0.0
  60. route -p add 134.170.30.202 MASK 255.255.255.255 0.0.0.0
  61. route -p add 137.116.81.24 MASK 255.255.255.255 0.0.0.0
  62. route -p add 204.79.197.200 MASK 255.255.255.255 0.0.0.0
  63. route -p add 23.218.212.69 MASK 255.255.255.255 0.0.0.0
  64.  
  65. echo Step 3: Disabling tasks...
  66. schtasks /Change /TN "\Microsoft\Windows\Application Experience\AitAgent" /DISABLE
  67. schtasks /Change /TN "\Microsoft\Windows\Application Experience\Microsoft Compatibility Appraiser" /DISABLE
  68. schtasks /Change /TN "\Microsoft\Windows\Application Experience\ProgramDataUpdater" /DISABLE
  69. schtasks /Change /TN "\Microsoft\Windows\Autochk\Proxy" /DISABLE
  70. schtasks /Change /TN "Microsoft\Windows\Customer Experience Improvement Program\Consolidator" /DISABLE
  71. schtasks /Change /TN "Microsoft\Windows\Customer Experience Improvement Program\KernelCeipTask" /DISABLE
  72. schtasks /Change /TN "Microsoft\Windows\Customer Experience Improvement Program\UsbCeip" /DISABLE
  73. schtasks /Change /TN "\Microsoft\Windows\DiskDiagnostic\Microsoft-Windows-DiskDiagnosticDataCollector" /DISABLE
  74. schtasks /Change /TN "\Microsoft\Windows\Maintenance\WinSAT" /DISABLE
  75. schtasks /Change /TN "\Microsoft\Windows\Media Center\ActivateWindowsSearch" /DISABLE
  76. schtasks /Change /TN "\Microsoft\Windows\Media Center\ConfigureInternetTimeService" /DISABLE
  77. schtasks /Change /TN "\Microsoft\Windows\Media Center\DispatchRecoveryTasks" /DISABLE
  78. schtasks /Change /TN "\Microsoft\Windows\Media Center\ehDRMInit" /DISABLE
  79. schtasks /Change /TN "\Microsoft\Windows\Media Center\InstallPlayReady" /DISABLE
  80. schtasks /Change /TN "\Microsoft\Windows\Media Center\mcupdate" /DISABLE
  81. schtasks /Change /TN "\Microsoft\Windows\Media Center\MediaCenterRecoveryTask" /DISABLE
  82. schtasks /Change /TN "\Microsoft\Windows\Media Center\ObjectStoreRecoveryTask" /DISABLE
  83. schtasks /Change /TN "\Microsoft\Windows\Media Center\OCURActivate" /DISABLE
  84. schtasks /Change /TN "\Microsoft\Windows\Media Center\OCURDiscovery" /DISABLE
  85. schtasks /Change /TN "\Microsoft\Windows\Media Center\PBDADiscovery" /DISABLE
  86. schtasks /Change /TN "\Microsoft\Windows\Media Center\PBDADiscoveryW1" /DISABLE
  87. schtasks /Change /TN "\Microsoft\Windows\Media Center\PBDADiscoveryW2" /DISABLE
  88. schtasks /Change /TN "\Microsoft\Windows\Media Center\PvrRecoveryTask" /DISABLE
  89. schtasks /Change /TN "\Microsoft\Windows\Media Center\PvrScheduleTask" /DISABLE
  90. schtasks /Change /TN "\Microsoft\Windows\Media Center\RegisterSearch" /DISABLE
  91. schtasks /Change /TN "\Microsoft\Windows\Media Center\ReindexSearchRoot" /DISABLE
  92. schtasks /Change /TN "\Microsoft\Windows\Media Center\SqlLiteRecoveryTask" /DISABLE
  93. schtasks /Change /TN "\Microsoft\Windows\Media Center\UpdateRecordPath" /DISABLE
  94.  
  95. echo Step 4: Killing Diagtrack-service (if it still exists)...
  96. sc stop Diagtrack
  97. sc delete Diagtrack
  98.  
  99. echo Final Step: Stop remoteregistry-service (if it still exists)...
  100. sc config remoteregistry start= disabled
  101. sc stop remoteregistry
  102.  
  103. echo All done, go to reboot!
  104. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement