We are still actively working on the spam issue.

Difference between revisions of "Windows 10"

From InstallGentoo Wiki
Jump to: navigation, search
(How to stop tracking)
Line 3: Line 3:
  
 
== How to debloat ==
 
== How to debloat ==
In administrator powershell run:
+
In administrator powershell run:
 +
<code>
 
Get-AppxPackage -AllUsers -Name Microsoft.3DBuilder | Remove-AppxPackage<br>
 
Get-AppxPackage -AllUsers -Name Microsoft.3DBuilder | Remove-AppxPackage<br>
 
Get-AppxPackage -AllUsers -Name Microsoft.Getstarted | Remove-AppxPackage<br>
 
Get-AppxPackage -AllUsers -Name Microsoft.Getstarted | Remove-AppxPackage<br>
Line 25: Line 26:
 
Get-AppxPackage -AllUsers -Name Microsoft.People | Remove-AppxPackage<br>
 
Get-AppxPackage -AllUsers -Name Microsoft.People | Remove-AppxPackage<br>
 
Get-AppxPackage -AllUsers -Name Microsoft.MicrosoftEdge | Remove-AppxPackage<br>
 
Get-AppxPackage -AllUsers -Name Microsoft.MicrosoftEdge | Remove-AppxPackage<br>
 
+
</code>
 
to get rid of the shit
 
to get rid of the shit
  
Line 31: Line 32:
 
this may work, if Microsoft doesn't ignore the hosts file for their own shit (I wouldn't put it past them). try it anyway and report results.
 
this may work, if Microsoft doesn't ignore the hosts file for their own shit (I wouldn't put it past them). try it anyway and report results.
 
in your hosts file, add these lines:<br>
 
in your hosts file, add these lines:<br>
 +
<code>
 
0.0.0.0 vortex.data.microsoft.com<br>
 
0.0.0.0 vortex.data.microsoft.com<br>
 
0.0.0.0 vortex-win.data.microsoft.com<br>
 
0.0.0.0 vortex-win.data.microsoft.com<br>
Line 55: Line 57:
 
0.0.0.0 settings-sandbox.data.microsoft.com<br>
 
0.0.0.0 settings-sandbox.data.microsoft.com<br>
 
0.0.0.0 vortex-sandbox.data.microsoft.com<br>
 
0.0.0.0 vortex-sandbox.data.microsoft.com<br>
 
+
</code>
 
it might even work
 
it might even work

Revision as of 19:40, 31 July 2015

Windows 10 is, as of July 2015, the newest iteration of Microsoft's desktop operating systems. The primary draw of Windows 10 over the much more reliable and less shit 7 is DirectX 12, which will make supported games better with stuff.


How to debloat

In administrator powershell run: Get-AppxPackage -AllUsers -Name Microsoft.3DBuilder | Remove-AppxPackage
Get-AppxPackage -AllUsers -Name Microsoft.Getstarted | Remove-AppxPackage
Get-AppxPackage -AllUsers -Name Microsoft.MicrosoftOfficeHub | Remove-AppxPackage
Get-AppxPackage -AllUsers -Name Microsoft.MicrosoftSolitaireCollection | Remove-AppxPackage
Get-AppxPackage -AllUsers -Name Microsoft.SkypeApp | Remove-AppxPackage
Get-AppxPackage -AllUsers -Name Microsoft.WindowsMaps | Remove-AppxPackage
Get-AppxPackage -AllUsers -Name Microsoft.BingWeather | Remove-AppxPackage
Get-AppxPackage -AllUsers -Name Microsoft.Office.OneNote | Remove-AppxPackage
Get-AppxPackage -AllUsers -Name Microsoft.XboxApp | Remove-AppxPackage
Get-AppxPackage -AllUsers -Name Microsoft.ZuneMusic | Remove-AppxPackage
Get-AppxPackage -AllUsers -Name Microsoft.ZuneVideo | Remove-AppxPackage
Get-AppxPackage -AllUsers -Name Microsoft.BingSports | Remove-AppxPackage
Get-AppxPackage -AllUsers -Name Microsoft.BingNews | Remove-AppxPackage
Get-AppxPackage -AllUsers -Name Microsoft.WindowsPhone | Remove-AppxPackage
Get-AppxPackage -AllUsers -Name Microsoft.BingFinance | Remove-AppxPackage
Get-AppxPackage -AllUsers -Name Microsoft.WindowsSoundRecorder | Remove-AppxPackage
Get-AppxPackage -AllUsers -Name Microsoft.Windows.Photos | Remove-AppxPackage
Get-AppxPackage -AllUsers -Name Microsoft.WindowsCamera | Remove-AppxPackage
Get-AppxPackage -AllUsers -Name Microsoft.WindowsAlarms | Remove-AppxPackage
Get-AppxPackage -AllUsers -Name Microsoft.People | Remove-AppxPackage
Get-AppxPackage -AllUsers -Name Microsoft.MicrosoftEdge | Remove-AppxPackage
to get rid of the shit

How to stop tracking

this may work, if Microsoft doesn't ignore the hosts file for their own shit (I wouldn't put it past them). try it anyway and report results. in your hosts file, add these lines:
0.0.0.0 vortex.data.microsoft.com
0.0.0.0 vortex-win.data.microsoft.com
0.0.0.0 telecommand.telemetry.microsoft.com
0.0.0.0 telecommand.telemetry.microsoft.com.nsatc.net
0.0.0.0 oca.telemetry.microsoft.com
0.0.0.0 oca.telemetry.microsoft.com.nsatc.net
0.0.0.0 sqm.telemetry.microsoft.com
0.0.0.0 sqm.telemetry.microsoft.com.nsatc.net
0.0.0.0 watson.telemetry.microsoft.com
0.0.0.0 watson.telemetry.microsoft.com.nsatc.net
0.0.0.0 redir.metaservices.microsoft.com
0.0.0.0 choice.microsoft.com
0.0.0.0 choice.microsoft.com.nsatc.net
0.0.0.0 df.telemetry.microsoft.com
0.0.0.0 reports.wes.df.telemetry.microsoft.com
0.0.0.0 services.wes.df.telemetry.microsoft.com
0.0.0.0 sqm.df.telemetry.microsoft.com
0.0.0.0 telemetry.microsoft.com
0.0.0.0 watson.ppe.telemetry.microsoft.com
0.0.0.0 telemetry.appex.bing.net
0.0.0.0 telemetry.urs.microsoft.com
0.0.0.0 telemetry.appex.bing.net:443
0.0.0.0 settings-sandbox.data.microsoft.com
0.0.0.0 vortex-sandbox.data.microsoft.com
it might even work