Uninstall or Install
Uninstall or Install
Uninstall Calculator:
get-appxpackage *calculator* | remove-appxpackage
Uninstall Camera:
get-appxpackage *camera* | remove-appxpackage
Uninstall Maps:
get-appxpackage *maps* | remove-appxpackage
Uninstall Money:
get-appxpackage *bingfinance* | remove-appxpackage
Uninstall News:
get-appxpackage *bingnews* | remove-appxpackage
Uninstall OneNote:
get-appxpackage *onenote* | remove-appxpackage
Uninstall People:
get-appxpackage *people* | remove-appxpackage
Uninstall Phone:
get-appxpackage *commsphone* | remove-appxpackage
Uninstall Photos:
get-appxpackage *photos* | remove-appxpackage
Uninstall Sports:
get-appxpackage *bingsports* | remove-appxpackage
Uninstall Sway:
get-appxpackage *sway* | remove-appxpackage
Uninstall Weather:
get-appxpackage *bingweather* | remove-appxpackage
Uninstall Xbox:
get-appxpackage *xbox* | remove-appxpackage
For Reinstall
Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -
Register "$($_.InstallLocation)\AppXManifest.xml"}