Advertisement
Imthedude025

Win10 Nag + Telemetry Remover v1.17 (Batch)

Dec 24th, 2017
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.28 KB | None | 0 0
  1. @echo off
  2. @title Win10 Nag + Telemetry Remover v1.17 By: Danny.RU$$
  3. SETLOCAL EnableDelayedExpansion
  4.  
  5. REM By Dan.Ru$$ and Re.John Kens
  6. REM Website: https://www.facebook.com/WindowsWidowRemover/ [Online]
  7. REM Email: imthedude025@gmail.com
  8.  
  9. REM All Systems Up And Running Fine
  10.  
  11. ::To-Do::
  12. REM Add Extra GUI Options For Install.
  13. ::End To-Do::
  14.  
  15. :menu
  16. cls
  17. echo.
  18. echo.
  19. echo ษออออออออออออป
  20. echo บ 1. Yes บ
  21. echo บ 2. No บ
  22. echo บ 3. About บ
  23. echo ศออออออออออออผ
  24. echo.
  25. echo.
  26. set /p choose=Begin Removal Process?:
  27. if "!choose!" == "1" goto start
  28. if "!choose!" == "2" exit
  29. if "!choose!" == "3" (
  30. echo.
  31. echo So with the release of windows 10, Microsoft went
  32. echo to deep means of basically forcing people on their new OS.
  33. echo These measures include nagware that pops up on everything
  34. echo to get you to upgrade. If you refuse, you may wake up to
  35. echo having a new OS already installed. If not that, youll eventually
  36. echo get a window that will leave you with no other choice but to install
  37. echo and upgrade now. Sneaky right? You thought it ended there?
  38. echo Very recently, Microsoft had installed a so called critical patch
  39. echo update that was said to contain software updates but rather
  40. echo contained there telemetry system that allows your data to be
  41. echo sent to them at any time without permission. With this -all in
  42. echo one- .batch file, simply run and done. After, reboot and have no
  43. echo more worries!
  44. echo.
  45. echo For Updates Check https://www.facebook.com/WindowsWidowRemover/
  46. echo.
  47. pause.
  48. )
  49. goto menu
  50.  
  51.  
  52. :start
  53. color 2
  54. cls
  55. echo Disabling Automatic Update
  56. echo (Downloads Updates But Not Install Till The User Acts On It)
  57. echo.
  58. reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v AUOptions /t REG_DWORD /d 3 /f
  59. echo.
  60. echo Successfully Disabled Automatic Update
  61. echo.
  62. pause.
  63. cls
  64. echo Disabling some Tasks In Scheduler...
  65. echo.
  66. schtasks /change /tn "Microsoft\Windows\Application Experience\AitAgent" /disable >nul
  67. schtasks /change /tn "Microsoft\Windows\Application Experience\ProgramDataUpdater" /disable >nul
  68. schtasks /change /tn "Microsoft\Windows\Customer Experience Improvement Program\Consolidator" /disable >nul
  69. schtasks /change /tn "Microsoft\Windows\Customer Experience Improvement Program\KernelCeipTask" /disable >nul
  70. schtasks /change /tn "Microsoft\Windows\Customer Experience Improvement Program\UsbCeip" /disable >nul
  71. schtasks /change /tn "Microsoft\Windows\DiskDiagnostic\Microsoft-Windows-DiskDiagnosticDataCollector" /disable >nul
  72. schtasks /change /tn "Microsoft\Windows\DiskDiagnostic\Microsoft-Windows-DiskDiagnosticResolver" /disable >nul
  73. schtasks /change /tn "Microsoft\Windows Defender\MP Scheduled Scan" /disable >nul
  74. schtasks /change /tn "Microsoft\Windows\Autochk\Proxy" /disable >nul
  75. schtasks /change /tn "Microsoft\Windows\Defrag\ScheduledDefrag" /disable >nul
  76. schtasks /change /tn "Microsoft\Windows\Location\Notifications" /disable >nul
  77. schtasks /change /tn "Microsoft\Windows\RemoteAssistance\RemoteAssistanceTask" /disable >nul
  78. schtasks /change /tn "Microsoft\Windows\Windows Error Reporting\QueueReporting" /disable >nul
  79. schtasks /change /tn "Microsoft\Windows\WindowsBackup\ConfigNotification" /disable >nul
  80. echo.
  81. echo Successfully Updated Scheduler!
  82. echo.
  83. pause.
  84. cls
  85. echo Beginning To Remove Update Patches...
  86. echo.
  87. @echo on
  88. wusa /uninstall /kb:2505438 /quiet /norestart
  89. wusa /uninstall /kb:2670838 /quiet /norestart
  90. wusa /uninstall /kb:2882822 /quiet /norestart
  91. wusa /uninstall /kb:2902907 /quiet /norestart
  92. wusa /uninstall /kb:2952664 /quiet /norestart
  93. wusa /uninstall /kb:2976987 /quiet /norestart
  94. wusa /uninstall /kb:2976978 /quiet /norestart
  95. wusa /uninstall /kb:2977759 /quiet /norestart
  96. wusa /uninstall /kb:2990214 /quiet /norestart
  97. wusa /uninstall /kb:3012973 /quiet /norestart
  98. wusa /uninstall /kb:3015249 /quiet /norestart
  99. wusa /uninstall /kb:3021917 /quiet /norestart
  100. wusa /uninstall /kb:3022345 /quiet /norestart
  101. wusa /uninstall /kb:3035583 /quiet /norestart
  102. wusa /uninstall /kb:3042058 /quiet /norestart
  103. wusa /uninstall /kb:3044374 /quiet /norestart
  104. wusa /uninstall /kb:3050267 /quiet /norestart
  105. wusa /uninstall /kb:3050265 /quiet /norestart
  106. wusa /uninstall /kb:3064683 /quiet /norestart
  107. wusa /uninstall /kb:3065987 /quiet /norestart
  108. wusa /uninstall /kb:3065988 /quiet /norestart
  109. wusa /uninstall /kb:3068708 /quiet /norestart
  110. wusa /uninstall /kb:3072318 /quiet /norestart
  111. wusa /uninstall /kb:3074677 /quiet /norestart
  112. wusa /uninstall /kb:3075249 /quiet /norestart
  113. wusa /uninstall /kb:3075851 /quiet /norestart
  114. wusa /uninstall /kb:3075853 /quiet /norestart
  115. wusa /uninstall /kb:3080149 /quiet /norestart
  116. wusa /uninstall /kb:3081437 /quiet /norestart
  117. wusa /uninstall /kb:3081454 /quiet /norestart
  118. wusa /uninstall /kb:3081954 /quiet /norestart
  119. wusa /uninstall /kb:3083324 /quiet /norestart
  120. wusa /uninstall /kb:3083325 /quiet /norestart
  121. wusa /uninstall /kb:3083710 /quiet /norestart
  122. wusa /uninstall /kb:3083711 /quiet /norestart
  123. wusa /uninstall /kb:3086255 /quiet /norestart
  124. wusa /uninstall /kb:3088195 /quiet /norestart
  125. wusa /uninstall /kb:3090045 /quiet /norestart
  126. wusa /uninstall /kb:3093983 /quiet /norestart
  127. wusa /uninstall /kb:3102810 /quiet /norestart
  128. wusa /uninstall /kb:3102812 /quiet /norestart
  129. wusa /uninstall /kb:3107998 /quiet /norestart
  130. wusa /uninstall /kb:3112336 /quiet /norestart
  131. wusa /uninstall /kb:3112343 /quiet /norestart
  132. wusa /uninstall /kb:3123862 /quiet /norestart
  133. wusa /uninstall /kb:3135445 /quiet /norestart
  134. wusa /uninstall /kb:3135449 /quiet /norestart
  135. wusa /uninstall /kb:3138612 /quiet /norestart
  136. wusa /uninstall /kb:3138615 /quiet /norestart
  137. wusa /uninstall /kb:3139929 /quiet /norestart
  138. wusa /uninstall /kb:3146449 /quiet /norestart
  139. wusa /uninstall /kb:29766978 /quiet /norestart
  140. wusa /uninstall /kb:971033 /quiet /norestart
  141. @echo off
  142. echo.
  143. echo Update Patches Successfully Removed!
  144. echo.
  145. pause.
  146. goto menu2
  147.  
  148.  
  149. :menu2
  150. color 7
  151. cls
  152. echo.
  153. echo.
  154. echo ษออออออออออออป
  155. echo บ 1. Yes บ
  156. echo บ 2. No บ
  157. echo ศออออออออออออผ
  158. echo.
  159. echo.
  160. set /p choose=Reboot your PC?:
  161. if "!choose!" == "1" shutdown /r /t 0
  162. if "!choose!" == "2" exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement