Advertisement
Guest User

debloat/install /g/uide

a guest
Jul 30th, 2015
6,411
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.74 KB | None | 0 0
  1. debloat/install guide
  2.  
  3. Get Windows 10:
  4. Torrent it from kat.cr (any 10240 build will do, RTM or not) -OR- Windows 10 64-bit Enterprise ISO (http://85.25.74.136/Getintopc.com/en_windows_10_enterprise_x64_dvd_6851151.iso)
  5. Use rufus or unetbootin to write the .iso file to a flash drive. (PowerISO or an equivalent to a CD)
  6. Restart, boot from CD, follow installation instructions. Skip all CD-Key requests.
  7. DONT FUCKING LOG IN WITH YOUR FUCKING MICROSOFT ACCOUNT OR YOULL HAVE TO EVERY TIME YOU LOG IN TO YOUR PC
  8.  
  9. -OR-
  10.  
  11. If you're legit, go to:
  12. http://windows.microsoft.com/en-id/windows-10/media-creation-tool-install
  13. And run it, x64 if you're 64-bit and x32 if you're 32bit (is anyone really using 32bit still?)
  14.  
  15. How to activate Windows 10 (for pirates):
  16.  
  17. After you do a fresh install with an iso, do this:
  18.  
  19. slmgr /ipk KEY
  20.  
  21. Wait for the message box popup that the key is installed.
  22.  
  23. Now type the following command and press Enter
  24. slmgr /skms kms.xspace.in
  25. Again, wait for the message box.
  26.  
  27. Finally, enter the following command:
  28. slmgr /ato
  29. After you hit the Enter key, Windows will be activated.
  30.  
  31.  
  32. Keys (go in place of KEY)
  33.  
  34. Windows 10 Home - TX9XD-98N7V-6WMQ6-BX7FG-H8Q99
  35. Windows 10 Pro - W269N-WFGWX-YVC9B-4J6C9-T83GX
  36. Windows 10 Enterprise - NPPR9-FWDCX-D2C8J-H872K-2YT43
  37.  
  38. Clean up the Interface:
  39.  
  40. Open the start menu at the bottom left of the screen, remove all of the tiles if you'd like.
  41.  
  42. Type in "Settings" and press enter.
  43. We'll start with "System":
  44. Notifications & actions:
  45. Turn all of these sliders to off.
  46. Offline maps:
  47. Delete all maps, turn all sliders to off.
  48. Default apps:
  49. Change as needed.
  50.  
  51. "Devices":
  52. Typing:
  53. Turn all sliders to off.
  54. Autoplay:
  55. Turn all sliders to off.
  56.  
  57. "Network & Internet":
  58. Wi-Fi:
  59. Advanced Options:
  60. All sliders to off unless you have a metered connection, leave that one enabled if you do.
  61. Manage Wi-Fi settings:
  62. All sliders to off.
  63.  
  64. "Personalization":
  65. I personally disabled all of the options in Start, but this is optional. No botnet detected here.
  66.  
  67. "Accounts":
  68. Unnecessary unless you are using a Microsoft account, which you really shouldn't.
  69. Remove it if you have one here.
  70. "Time & Language":
  71. Speech:
  72. Speech, inking, & typing privacy settings:
  73. Turn everything off in here.
  74. "Ease of Access":
  75. Couldn't find anything bot-netty in here.
  76. "Privacy":
  77. Oh boy.
  78. "General":
  79. All off.
  80. "Location":
  81. All off and clear history.
  82. "Camera":
  83. All off.
  84. "Microphone":
  85. All off.
  86. "Speech, inking, & typing":
  87. Already did this, but if you haven't, turn everything off in here.
  88. "Account info":
  89. All off.
  90. "Contacts":
  91. All off.
  92. "Calendar":
  93. All off.
  94. "Messaging":
  95. All off. (Seriously, what the fuck is this setting?)
  96. "Radios":
  97. All off.
  98. "Other Devices":
  99. All off.
  100. "Feedback & diagnostics":
  101. "Feedback Frequency":
  102. Never.
  103. "Diagnostic and usage data":
  104. For now, unless you have Enterprise, you can only set the level to "Basic".
  105. You can try to fuck around with the DiagTrack scripts listed below, but apparently there's no solution for non-Enterprise devices.
  106. Some people say it will still work despite showing a level of 1. Just have to wait on this one.
  107.  
  108. "Background apps":
  109. All off.
  110.  
  111. "Update & Security":
  112. Windows Update:
  113. Advanced Settings:
  114. Notify to schedule restart.
  115. Check defer upgrades.
  116. Windows Defender:
  117. Turn everything off, and see the special Windows Defender remover .cmd I link later on.
  118. Activation:
  119. Activate if you need to, otherwise follow the instructions I provided earlier for pirates.
  120. For developers:
  121. If you write Windows Phone, or Windows 8 or 10 apps, enable Developer mode.
  122. Otherwise don't fuck with it.
  123.  
  124.  
  125.  
  126. Get rid of retarded "APPS":
  127.  
  128. Open PowerShell with Admin privileges, enter
  129. Get-AppxPackage -AllUsers | Remove-AppxPackage
  130.  
  131. -OR- for full debloat (all on one line)
  132.  
  133. Get-AppxPackage -AllUsers | where {$_.name -notlike "*calc*" -AND
  134. $_.name -notlike "*store*" -AND $_.name -notlike "*onenote*" -AND
  135. $_.name -notlike "*NET.*" -AND $_.name -notlike "*VCLibs*" -AND
  136. $_.name -notlike "*Host*" -AND $_.name -notlike "*AccountsControl*"} | Remove-AppxPackage
  137.  
  138.  
  139. Get rid of OneDrive:
  140. Use this batch file, run it.
  141. http://www62.zippyshare.com/d/IfLGZv7J/339/OneDrive%20Uninstaller%20v0.4.cmd
  142.  
  143.  
  144. Get rid of Windows Defender:
  145. First set all of the sliders to off!
  146. Open Admin Command Prompt and type: gpedit.msc
  147. Manuever to: Computer Configuration->Administrative Templates->Windows Components->Windows Defender
  148. Double click on "Turn Off Windows Defender" and select "Enabled" then click "Apply"
  149.  
  150. Disabled automatic Windows Updates:
  151. Open Admin Command Prompt and type: gpedit.msc
  152. Manuever to: Computer Configuration -> Administrative Templates -> Windows Components -> Windows Update
  153. Select it and select disable, apply and ok.
  154.  
  155. Restart after.
  156.  
  157. Disable Telemetry:
  158. Open Admin Command Prompt and type: gpedit.msc
  159. Manuever to: Computer Configuration -> Administrative Templates -> Windows Components -> Data Collection and Telemetr
  160. Disable Telemetry.
  161.  
  162. Disable DiagTrack:
  163. Open an elevated Command Prompt
  164. sc stop dmwappushservice
  165. sc delete dmwappushservice
  166. sc delete DiagTrack
  167. sc delete dmwappushservice
  168. echo "" > C:\ProgramData\Microsoft\Diagnosis\ETLLogs\AutoLogger\AutoLogger-Diagtrack-Listener.etl
  169.  
  170. Edit hosts file to disable botnet metrics:
  171.  
  172. Navigate to C:\Windows\System32\drivers\etc
  173. Open the hosts file with some notepad editor like Notepad++ or Notepad or something non autistic
  174. Paste this pastebin below all of the commented section:
  175. https://gist.githubusercontent.com/anonymous/4f0dc9a7353ae86114df/raw/1c76fb6b283008100a9f328b6399e9ee1491c24c/hosts
  176. This stops the machine from sending packets back to MicroBOTNETSoft
  177. If you ever need to access a site in there, just open up the hosts file again, CTRL+F the URL and delete the entry.
  178.  
  179. If you want only pure telemetry:
  180. http://pastebin.com/raw.php?i=7YvKJvVu
  181.  
  182. "Something Happened" error:
  183. Change your language to English (US).
  184. Control Panel -> Clock, Language, and Region -> Region -> Administrative -> Change system locale
  185.  
  186. Enable Dark Mode (purely aesthetics):
  187. Open Powershell (search for it if you have to)
  188. Enter:
  189. New-ItemProperty -Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize -Name AppsUseLightTheme -Value 0
  190.  
  191. Remove Dark Mode:
  192. Open Powershell
  193. Enter:
  194. Remove-ItemProperty -Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize -Name AppsUseLightTheme
  195.  
  196. Disable Hybrid Sleep (save on your HDD/SSD/PCI-E SSD TB write amount):
  197. Open cmd.exe as admin, type in:
  198. powercfg -h off
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement