Advertisement
Guest User

Disable Windows 10 spyware

a guest
Aug 12th, 2015
1,008
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. sc config DiagTrack start= disabled
  2. sc config dmwappushservice start= disabled
  3. sc stop DiagTrack
  4. sc stop dmwappushservice
  5.  
  6. reg add HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection\ /v AllowTelemetry /t REG_DWORD /d 0 /f
  7. reg add HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\AdvertisingInfo\ /v Enabled /t REG_DWORD /d 0 /f
  8. reg delete HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\AdvertisingInfo\ /v Id /f
  9. reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\AdvertisingInfo\ /v Enabled /t REG_DWORD /d 0 /f
  10. reg add HKCU\SOFTWARE\Microsoft\InputPersonalization\ /v RestrictImplicitTextCollection /t REG_DWORD /d 1 /f
  11. reg add HKCU\SOFTWARE\Microsoft\InputPersonalization\ /v RestrictImplicitInkCollection /t REG_DWORD /d 1 /f
  12. reg add HKCU\SOFTWARE\Microsoft\InputPersonalization\TrainedDataStore\ /v HarvestContacts /t REG_DWORD /d 0 /f
  13. reg add HKCU\SOFTWARE\Microsoft\Personalization\Settings\ /v AcceptedPrivacyPolicy /t REG_DWORD /d 0 /f
  14. reg add HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search\ /v BingSearchEnabled /t REG_DWORD /d 0 /f
  15. reg add HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection\ /v AllowTelemetry /t REG_DWORD /d 0 /f
  16. reg add “HKCU\Control Panel\International\User Profile\ /v HttpAcceptLanguageOptOut” /t REG_DWORD /d 1 /f
  17.  
  18. echo 0.0.0.0 vortex.data.microsoft.com>>%windir%\system32\drivers\etc\hosts
  19. echo 0.0.0.0 vortex-win.data.microsoft.com>>%windir%\system32\drivers\etc\hosts
  20. echo 0.0.0.0 telecommand.telemetry.microsoft.com>>%windir%\system32\drivers\etc\hosts
  21. echo 0.0.0.0 telecommand.telemetry.microsoft.com.nsatc.net>>%windir%\system32\drivers\etc\hosts
  22. echo 0.0.0.0 oca.telemetry.microsoft.com>>%windir%\system32\drivers\etc\hosts
  23. echo 0.0.0.0 oca.telemetry.microsoft.com.nsatc.net>>%windir%\system32\drivers\etc\hosts
  24. echo 0.0.0.0 sqm.telemetry.microsoft.com>>%windir%\system32\drivers\etc\hosts
  25. echo 0.0.0.0 sqm.telemetry.microsoft.com.nsatc.net>>%windir%\system32\drivers\etc\hosts
  26. echo 0.0.0.0 watson.telemetry.microsoft.com>>%windir%\system32\drivers\etc\hosts
  27. echo 0.0.0.0 watson.telemetry.microsoft.com.nsatc.net>>%windir%\system32\drivers\etc\hosts
  28. echo 0.0.0.0 redir.metaservices.microsoft.com>>%windir%\system32\drivers\etc\hosts
  29. echo 0.0.0.0 choice.microsoft.com>>%windir%\system32\drivers\etc\hosts
  30. echo 0.0.0.0 choice.microsoft.com.nsatc.net>>%windir%\system32\drivers\etc\hosts
  31. echo 0.0.0.0 df.telemetry.microsoft.com>>%windir%\system32\drivers\etc\hosts
  32. echo 0.0.0.0 reports.wes.df.telemetry.microsoft.com>>%windir%\system32\drivers\etc\hosts
  33. echo 0.0.0.0 wes.df.telemetry.microsoft.com>>%windir%\system32\drivers\etc\hosts
  34. echo 0.0.0.0 services.wes.df.telemetry.microsoft.com>>%windir%\system32\drivers\etc\hosts
  35. echo 0.0.0.0 sqm.df.telemetry.microsoft.com>>%windir%\system32\drivers\etc\hosts
  36. echo 0.0.0.0 telemetry.microsoft.com>>%windir%\system32\drivers\etc\hosts
  37. echo 0.0.0.0 watson.ppe.telemetry.microsoft.com>>%windir%\system32\drivers\etc\hosts
  38. echo 0.0.0.0 telemetry.appex.bing.net>>%windir%\system32\drivers\etc\hosts
  39. echo 0.0.0.0 telemetry.urs.microsoft.com>>%windir%\system32\drivers\etc\hosts
  40. echo 0.0.0.0 telemetry.appex.bing.net:443>>%windir%\system32\drivers\etc\hosts
  41. echo 0.0.0.0 settings-sandbox.data.microsoft.com>>%windir%\system32\drivers\etc\hosts
  42. echo 0.0.0.0 vortex-sandbox.data.microsoft.com>>%windir%\system32\drivers\etc\hosts
  43. echo 0.0.0.0 survey.watson.microsoft.com>>%windir%\system32\drivers\etc\hosts
  44. echo 0.0.0.0 watson.live.com>>%windir%\system32\drivers\etc\hosts
  45. echo 0.0.0.0 watson.microsoft.com>>%windir%\system32\drivers\etc\hosts
  46. echo 0.0.0.0 statsfe2.ws.microsoft.com>>%windir%\system32\drivers\etc\hosts
  47. echo 0.0.0.0 corpext.msitadfs.glbdns2.microsoft.com>>%windir%\system32\drivers\etc\hosts
  48. echo 0.0.0.0 compatexchange.cloudapp.net>>%windir%\system32\drivers\etc\hosts
  49. echo 0.0.0.0 cs1.wpc.v0cdn.net>>%windir%\system32\drivers\etc\hosts
  50. echo 0.0.0.0 a-0001.a-msedge.net>>%windir%\system32\drivers\etc\hosts
  51. echo 0.0.0.0 statsfe2.update.microsoft.com.akadns.net>>%windir%\system32\drivers\etc\hosts
  52. echo 0.0.0.0 sls.update.microsoft.com.akadns.net>>%windir%\system32\drivers\etc\hosts
  53. echo 0.0.0.0 fe2.update.microsoft.com.akadns.net>>%windir%\system32\drivers\etc\hosts
  54. echo 0.0.0.0 diagnostics.support.microsoft.com>>%windir%\system32\drivers\etc\hosts
  55. echo 0.0.0.0 corp.sts.microsoft.com>>%windir%\system32\drivers\etc\hosts
  56. echo 0.0.0.0 statsfe1.ws.microsoft.com>>%windir%\system32\drivers\etc\hosts
  57. echo 0.0.0.0 pre.footprintpredict.com>>%windir%\system32\drivers\etc\hosts
  58. echo 0.0.0.0 i1.services.social.microsoft.com>>%windir%\system32\drivers\etc\hosts
  59. echo 0.0.0.0 i1.services.social.microsoft.com.nsatc.net>>%windir%\system32\drivers\etc\hosts
  60. echo 0.0.0.0 feedback.windows.com>>%windir%\system32\drivers\etc\hosts
  61. echo 0.0.0.0 feedback.microsoft-hohm.com>>%windir%\system32\drivers\etc\hosts
  62. echo 0.0.0.0 feedback.search.microsoft.com>>%windir%\system32\drivers\etc\hosts
  63. echo 0.0.0.0 bingads.microsoft.com>>%windir%\system32\drivers\etc\hosts
  64. echo 0.0.0.0 www.bingads.microsoft.com>>%windir%\system32\drivers\etc\hosts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement