Last active
December 18, 2017 16:15
-
-
Save dixsonhuie/e265a3665cdb2a88716201705d678135 to your computer and use it in GitHub Desktop.
Windows 10 remove pre-installed software
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Get-AppxPackage | Select Name | |
Get-AppxPackage | Select Name | Sort-Object | |
Get-AppxPackage *XboxSpeech* | Remove-AppxPackage | |
Settings | Privacy | Speech, inking and typing | Stop getting to know me | |
Settings | Update and security | Windows update | Advanced options | Delivery optimization | Allow downloads from other PCs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment