Skip to content

Instantly share code, notes, and snippets.

@ljahier
Last active February 9, 2018 21:38
Show Gist options
  • Save ljahier/0aeb897847fd0b04f5f49b18d27730ee to your computer and use it in GitHub Desktop.
Save ljahier/0aeb897847fd0b04f5f49b18d27730ee to your computer and use it in GitHub Desktop.
echo "Uninstalling 3dbuilder"
get-appxpackage *3dbuilder* | remove-appxpackage
echo "Uninstalling alarms"
get-appxpackage *alarms* | remove-appxpackage
echo "Uninstalling appconnector"
get-appxpackage *appconnector* | remove-appxpackage
echo "Uninstalling appinstaller"
get-appxpackage *appinstaller* | remove-appxpackage
echo "Uninstalling communicationsapps"
get-appxpackage *communicationsapps* | remove-appxpackage
echo "Uninstalling camera"
get-appxpackage *camera* | remove-appxpackage
echo "Uninstalling feedback"
get-appxpackage *feedback* | remove-appxpackage
echo "Uninstalling officehub"
get-appxpackage *officehub* | remove-appxpackage
echo "Uninstalling getstarted"
get-appxpackage *getstarted* | remove-appxpackage
echo "Uninstalling skypeapp"
get-appxpackage *skypeapp* | remove-appxpackage
echo "Uninstalling zune"
get-appxpackage *zune* | remove-appxpackage
echo "Uninstalling maps"
get-appxpackage *maps* | remove-appxpackage
echo "Uninstalling messaging"
get-appxpackage *messaging* | remove-appxpackage
echo "Uninstalling messaging"
get-appxpackage *messaging* | remove-appxpackage
echo "Uninstalling solitaire"
get-appxpackage *solitaire* | remove-appxpackage
echo "Uninstalling wallet"
get-appxpackage *wallet* | remove-appxpackage
echo "Uninstalling connectivitystore"
get-appxpackage *connectivitystore* | remove-appxpackage
echo "Uninstalling bing"
get-appxpackage *bing* | remove-appxpackage
echo "Uninstalling zunevideo"
get-appxpackage *zunevideo* | remove-appxpackage
echo "Uninstalling zunemusic"
get-appxpackage *zunemusic* | remove-appxpackage
echo "Uninstalling bingnews"
get-appxpackage *bingnews* | remove-appxpackage
echo "Uninstalling onenote"
get-appxpackage *onenote* | remove-appxpackage
echo "Uninstalling oneconnect"
get-appxpackage *oneconnect* | remove-appxpackage
echo "Uninstalling mspaint"
get-appxpackage *mspaint* | remove-appxpackage
echo "Uninstalling people"
get-appxpackage *people* | remove-appxpackage
echo "Uninstalling commsphone"
get-appxpackage *commsphone* | remove-appxpackage
echo "Uninstalling windowsphone"
get-appxpackage *windowsphone* | remove-appxpackage
echo "Uninstalling phone"
get-appxpackage *phone* | remove-appxpackage
echo "Uninstalling bingsports"
get-appxpackage *bingsports* | remove-appxpackage
echo "Uninstalling sticky"
get-appxpackage *sticky* | remove-appxpackage
echo "Uninstalling sway"
get-appxpackage *sway* | remove-appxpackage
echo "Uninstalling bingweather"
get-appxpackage *bingweather* | remove-appxpackage
echo "Autodesk SketchBook"
get-appxpackage *89006A2E.AutodeskSketchBook* | remove-appxpackage
echo "Uninstalling soundrecorder"
get-appxpackage *soundrecorder* | remove-appxpackage
# search Microsoft.Windows.Cortana_xxx "Get-AppxPackage | Select Name, PackageFullName" and
# execute in powershell get-appxpackage *Microsoft.Windows.Cortana_xxx* | remove-appxpackage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment