Skip to content

Instantly share code, notes, and snippets.

@dixsonhuie
Last active December 18, 2017 16:15
Show Gist options
  • Save dixsonhuie/e265a3665cdb2a88716201705d678135 to your computer and use it in GitHub Desktop.
Save dixsonhuie/e265a3665cdb2a88716201705d678135 to your computer and use it in GitHub Desktop.
Windows 10 remove pre-installed software
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