Advertisement
Guest User

Removing shits from win10

a guest
Feb 14th, 2016
1,108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.34 KB | None | 0 0
  1.  
  2. Removing spyware, adware and bloatware
  3. Network spyware
  4. This may work, if Microsoft doesn't ignore the hosts file for their own servers. Open your hosts file, located in C:\Windows\System32\drivers\etc On the bottom, add these lines:
  5.  
  6. 0.0.0.0 vortex.data.microsoft.com
  7. 0.0.0.0 vortex-win.data.microsoft.com
  8. 0.0.0.0 telecommand.telemetry.microsoft.com
  9. 0.0.0.0 telecommand.telemetry.microsoft.com.nsatc.net
  10. 0.0.0.0 oca.telemetry.microsoft.com
  11. 0.0.0.0 oca.telemetry.microsoft.com.nsatc.net
  12. 0.0.0.0 sqm.telemetry.microsoft.com
  13. 0.0.0.0 sqm.telemetry.microsoft.com.nsatc.net
  14. 0.0.0.0 watson.telemetry.microsoft.com
  15. 0.0.0.0 watson.telemetry.microsoft.com.nsatc.net
  16. 0.0.0.0 redir.metaservices.microsoft.com
  17. 0.0.0.0 choice.microsoft.com
  18. 0.0.0.0 choice.microsoft.com.nsatc.net
  19. 0.0.0.0 df.telemetry.microsoft.com
  20. 0.0.0.0 reports.wes.df.telemetry.microsoft.com
  21. 0.0.0.0 services.wes.df.telemetry.microsoft.com
  22. 0.0.0.0 sqm.df.telemetry.microsoft.com
  23. 0.0.0.0 telemetry.microsoft.com
  24. 0.0.0.0 watson.ppe.telemetry.microsoft.com
  25. 0.0.0.0 telemetry.appex.bing.net
  26. 0.0.0.0 telemetry.urs.microsoft.com
  27. 0.0.0.0 telemetry.appex.bing.net:443
  28. 0.0.0.0 settings-sandbox.data.microsoft.com
  29. 0.0.0.0 vortex-sandbox.data.microsoft.com
  30. Remember, do not connect your Microsoft account to your Windows 10 machine.
  31.  
  32. Bloatware and adware
  33. In administrator powershell run:
  34.  
  35. Uninstall 3D Builder:
  36.  
  37. Get-AppxPackage *3dbuilder* | Remove-AppxPackage
  38.  
  39. Uninstall Alarms and Clock:
  40.  
  41. Get-AppxPackage *windowsalarms* | Remove-AppxPackage
  42.  
  43. Uninstall Calculator:
  44.  
  45. Get-AppxPackage *windowscalculator* | Remove-AppxPackage
  46.  
  47. Uninstall Calendar and Mail:
  48.  
  49. Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage
  50.  
  51. Uninstall Camera:
  52.  
  53. Get-AppxPackage *windowscamera* | Remove-AppxPackage
  54.  
  55. Uninstall Contact Support:
  56.  
  57. This app canโ€™t be removed.
  58.  
  59. Uninstall Cortana:
  60.  
  61. This app canโ€™t be removed.
  62.  
  63. Uninstall Get Office:
  64.  
  65. Get-AppxPackage *officehub* | Remove-AppxPackage
  66.  
  67. Uninstall Get Skype:
  68.  
  69. Get-AppxPackage *skypeapp* | Remove-AppxPackage
  70.  
  71. Uninstall Get Started:
  72.  
  73. Get-AppxPackage *getstarted* | Remove-AppxPackage
  74.  
  75. Uninstall Groove Music:
  76.  
  77. Get-AppxPackage *zunemusic* | Remove-AppxPackage
  78.  
  79. Uninstall Maps:
  80.  
  81. Get-AppxPackage *windowsmaps* | Remove-AppxPackage
  82.  
  83. Uninstall Microsoft Edge:
  84.  
  85. This app canโ€™t be removed.
  86.  
  87. Uninstall Microsoft Solitaire Collection:
  88.  
  89. Get-AppxPackage *solitairecollection* | Remove-AppxPackage
  90.  
  91. Uninstall Money:
  92.  
  93. Get-AppxPackage *bingfinance* | Remove-AppxPackage
  94.  
  95. Uninstall Movies & TV:
  96.  
  97. Get-AppxPackage *zunevideo* | Remove-AppxPackage
  98.  
  99. Uninstall News:
  100.  
  101. Get-AppxPackage *bingnews* | Remove-AppxPackage
  102.  
  103. Uninstall OneNote:
  104.  
  105. Get-AppxPackage *onenote* | Remove-AppxPackage
  106.  
  107. Uninstall People:
  108.  
  109. Get-AppxPackage *people* | Remove-AppxPackage
  110.  
  111. Uninstall Phone Companion:
  112.  
  113. Get-AppxPackage *windowsphone* | Remove-AppxPackage
  114.  
  115. Uninstall Photos:
  116.  
  117. Get-AppxPackage *photos* | Remove-AppxPackage
  118.  
  119. Uninstall Store:
  120.  
  121. Get-AppxPackage *windowsstore* | Remove-AppxPackage
  122.  
  123. Uninstall Sports:
  124.  
  125. Get-AppxPackage *bingsports* | Remove-AppxPackage
  126.  
  127. Uninstall Voice Recorder:
  128.  
  129. Get-AppxPackage *soundrecorder* | Remove-AppxPackage
  130.  
  131. Uninstall Weather:
  132.  
  133. Get-AppxPackage *bingweather* | Remove-AppxPackage
  134.  
  135. Uninstall Windows Feedback:
  136.  
  137. This app canโ€™t be removed.
  138.  
  139. Uninstall Xbox:
  140.  
  141. Get-AppxPackage *xboxapp* | Remove-AppxPackage
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement