Guest User

Untitled

a guest
May 4th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. @echo off
  2. echo Uninstalling KB3075249 (telemetry for Win7/8.1)
  3. start /w wusa.exe /uninstall /kb:3075249 /quiet /norestart
  4. echo Uninstalling KB3080149 (telemetry for Win7/8.1)
  5. start /w wusa.exe /uninstall /kb:3080149 /quiet /norestart
  6. echo Uninstalling KB3021917 (telemetry for Win7)
  7. start /w wusa.exe /uninstall /kb:3021917 /quiet /norestart
  8. echo Uninstalling KB3022345 (telemetry)
  9. start /w wusa.exe /uninstall /kb:3022345 /quiet /norestart
  10. echo Uninstalling KB3068708 (telemetry)
  11. start /w wusa.exe /uninstall /kb:3068708 /quiet /norestart
  12. echo Uninstalling KB3044374 (Get Windows 10 for Win8.1)
  13. start /w wusa.exe /uninstall /kb:3044374 /quiet /norestart
  14. echo Uninstalling KB3035583 (Get Windows 10 for Win7sp1/8.1)
  15. start /w wusa.exe /uninstall /kb:3035583 /quiet /norestart
  16. echo Uninstalling KB2990214 (Get Windows 10 for Win7)
  17. start /w wusa.exe /uninstall /kb:2990214 /quiet /norestart
  18. echo Uninstalling KB2952664 (Get Windows 10 assistant)
  19. start /w wusa.exe /uninstall /kb:2952664 /quiet /norestart
  20. echo Uninstalling KB3075853 (update for "Windows Update" on Win8.1/Server 2012R2)
  21. start /w wusa.exe /uninstall /kb:3075853 /quiet /norestart
  22. echo Uninstalling KB3065987 (update for "Windows Update" on Win7/Server 2008R2)
  23. start /w wusa.exe /uninstall /kb:3065987 /quiet /norestart
  24. echo Uninstalling KB3050265 (update for "Windows Update" on Win7)
  25. start /w wusa.exe /uninstall /kb:3050265 /quiet /norestart
  26. echo Uninstalling KB971033 (license validation)
  27. start /w wusa.exe /uninstall /kb:971033 /quiet /norestart
  28. echo Uninstalling KB2902907 (description not available)
  29. start /w wusa.exe /uninstall /kb:2902907 /quiet /norestart
  30. echo Uninstalling KB2976987 (description not available)
  31. start /w wusa.exe /uninstall /kb:2976987 /quiet /norestart
  32. echo Uninstalling KB3102810 (update for "Windows Update")
  33. start /w wusa.exe /uninstall /kb:3102810 /quiet /norestart
  34. echo Uninstalling KB3112343 (Windows Update Client for Windows 7)
  35. start /w wusa.exe /uninstall /kb:3112343 /quiet /norestart
  36. echo Uninstalling KB3135445 (Windows Update Client for Windows 7)
  37. start /w wusa.exe /uninstall /kb:3135445 /quiet /norestart
  38. echo Uninstalling KB3123862 (Windows Update Client for Windows 7)
  39. start /w wusa.exe /uninstall /kb:3123862 /quiet /norestart
  40. echo Uninstalling KB3081954 (Telemetry Update for Windows 7)
  41. start /w wusa.exe /uninstall /kb:3081954 /quiet /norestart
  42. echo Uninstalling KB3139929 (Get Windows 10 update for MSIE)
  43. start /w wusa.exe /uninstall /kb:3139929 /quiet /norestart
  44. echo Uninstalling KB3138612 (Windows Update Client for Windows 7)
  45. start /w wusa.exe /uninstall /kb:3138612 /quiet /norestart
  46. echo Uninstalling KB3138615 (Windows Update Client for Windows 8.1)
  47. start /w wusa.exe /uninstall /kb:3138615 /quiet /norestart
Add Comment
Please, Sign In to add comment