Advertisement
Guest User

Debotnet win10

a guest
Aug 3rd, 2015
481
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.28 KB | None | 0 0
  1. 1.Use a local account, not a Microsoft Account, to login
  2. 2.Go to settings by clicking the start button, then go to privacy, and disable EVERYTHING under all tabs.
  3. 3.Under Privacy, go to Feedback and Diagnostics and set ask for feedback NEVER and for data collection select BASIC
  4. 4.With basic settings, Microsoft still collects a ton of data. Its just not full blown botnet like "Full" where they log what enters and exists your RAM
  5. 5.Right click start and open a Command Prompt with ADMIN powers
  6. 6. Enter and execute the following lines one by one:
  7. -----------------------------------------------------------------
  8. sc delete DiagTrack
  9. sc delete dmwappushservice
  10. cd C:\ProgramData\Microsoft\Diagnosis\ETLLogs\AutoLogger
  11. echo "" > AutoLogger-Diagtrack-Listener.etl
  12. cacls AutoLogger-Diagtrack-Listener.etl /d SYSTEM
  13. -----------------------------------------------------------------
  14. This will get rid of Microsoft's literal keylogger. It denies it the ability to write data to itself.
  15. 7.Under settings > Update and Security > Windows Update > Advanced Options > Choose how updates are delivered > Switch the switch off
  16. This will disable p2p updates, which is where your PC uses its own bandwidth to provide other PCs with windows updates. NOT GOOD!
  17. 8.Search Windows for gpedit.msc and launch it as an admin. Note it will not show up until you fully type it out. It will also not show up if you have Windows 10 Home edition. You need Pro.
  18. 9.Go to Computer Configuration > Administrative Templates > Windows Components > Data Collection and Preview Builds
  19. 10.Once there, Data Collection and Preview Builds > Disable Telemetry (Double click Diable Telemetry, then hit Disable, then Save/OK)
  20. 11.Search Windows for regedit (fully type it out) and run as admin.
  21. 12. Navigate the tree file system to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection
  22. 13.Double click AllowTelemetry and under value, set it to 0 and hit save/OK
  23. 14. Next open up your favorite text editor AS ADMIN. It needs to be admin.
  24. 15. Navigate to C:\Windows\System32\Drivers\Etc and open the "hosts" file in that folder.
  25. 16. Add all the addresses you see here (copy&paste): http://pastebin.com/AAz4R7Sw
  26. 17. Make sure it is formatted correctly, exactly as you copied it from the pastebin. Put it right under the commented out example and explanation MS in the host file itself.
  27. 18.Save successfully, then restart your computer.
  28. 19. GO back to the hosts file and just open it with a text editor. It should have all those addresses there. Now copy one of the urls (ex:vortex.data.microsoft.com) and go to it in your browser.
  29. You should get an error related to DNS resolve. Good. You just blocked Microsoft's botnet "Data tunnels" (where all sort of shit would pass through) by telling your computer to always lead it to a dead end (0.0.0.0).
  30. 20. If you really value your privacy to a high extent, disable Cortana. To do this, click search windows, then select the gear on the left. By not doing so Microsoft can save any data that touches the Cortana system and even your voice snippet and send it right along to their servers.
  31.  
  32. This is the best you can do. By disabling all this, Microsoft should no longer be able to see what you type, what sites you visit, what files you download, and what you spend your time looking at.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement