Created
October 20, 2017 07:16
-
-
Save johannesegger/5682b79a13e0d75888af6d521fdec9fd to your computer and use it in GitHub Desktop.
Remove some pre-installed windows apps (see http://osherove.com/blog/2017/9/29/removing-bloatware-from-a-new-windows-machine.html)
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 messaging | remove-appxpackage | |
Get-AppxPackage sway | remove-appxpackage | |
Get-AppxPackage commsphone | remove-appxpackage | |
Get-AppxPackage windowsphone remove-appxpackage | |
Get-AppxPackage phone | remove-appxpackage | |
Get-AppxPackage communicationsapps | remove-appxpackage | |
Get-AppxPackage people | remove-appxpackage | |
Get-AppxPackage zunemusic | remove-appxpackage | |
Get-AppxPackage zunevideo | remove-appxpackage | |
Get-AppxPackage zune | remove-appxpackage | |
Get-AppxPackage bingfinance | remove-appxpackage | |
Get-AppxPackage bingnews | remove-appxpackage | |
Get-AppxPackage bingsports | remove-appxpackage | |
Get-AppxPackage bingweather | remove-appxpackage | |
Get-AppxPackage bing | remove-appxpackage | |
Get-AppxPackage onenote | remove-appxpackage | |
Get-AppxPackage maps | remove-appxpackage | |
Get-AppxPackage solitaire | remove-appxpackage | |
Get-AppxPackage officehub | remove-appxpackage | |
Get-AppxPackage skypeapp | remove-appxpackage | |
Get-AppxPackage getstarted | remove-appxpackage | |
Get-AppxPackage 3dbuilder | remove-appxpackage | |
Get-AppxPackage drawboardpdf | Remove-AppxPackage | |
Get-AppxPackage freshpaint | Remove-AppxPackage | |
Get-AppxPackage nytcrossword | Remove-AppxPackage | |
Get-AppxPackage microsoft.xboxapp | Remove-AppxPackage | |
Get-AppxPackage SurfaceHub | Remove-AppxPackage | |
Get-AppxPackage flipboard | Remove-AppxPackage |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment