Log inRegister

Uninstall Windows 10 Built-in Apps

Open an elevated PowerShell prompt

Then uninstall apps as follows:
App to uninstall !PowerShell commandSorted ascending vx
3D Builder Get-AppxPackage *3dbuilder* | Remove-AppxPackage x
Money Get-AppxPackage *bingfinance* | Remove-AppxPackage x
News Get-AppxPackage *bingnews* | Remove-AppxPackage x
Sports Get-AppxPackage *bingsports* | Remove-AppxPackage x
Weather Get-AppxPackage *bingweather* | Remove-AppxPackage  
Get Started Get-AppxPackage *getstarted* | Remove-AppxPackage x
Get Office Get-AppxPackage *officehub* | Remove-AppxPackage x
OneNote Get-AppxPackage *onenote* | Remove-AppxPackage  
People Get-AppxPackage *people* | Remove-AppxPackage  
Photos Get-AppxPackage *photos* | Remove-AppxPackage  
Get Skype Get-AppxPackage *skypeapp* | Remove-AppxPackage x
Microsoft Solitaire Collection Get-AppxPackage *solitairecollection* | Remove-AppxPackage x
Voice Recorder Get-AppxPackage *soundrecorder* | Remove-AppxPackage  
Alarms and Clock Get-AppxPackage *windowsalarms* | Remove-AppxPackage x
Calculator Get-AppxPackage *windowscalculator* | Remove-AppxPackage x
Camera Get-AppxPackage *windowscamera* | Remove-AppxPackage x
Calendar and Mail Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage x
Maps Get-AppxPackage *windowsmaps* | Remove-AppxPackage x
Phone Companion Get-AppxPackage *windowsphone* | Remove-AppxPackage  
Store Get-AppxPackage *windowsstore* | Remove-AppxPackage  
Xbox Get-AppxPackage *xboxapp* | Remove-AppxPackage x
Groove Music Get-AppxPackage *zunemusic* | Remove-AppxPackage  
Movies & TV Get-AppxPackage *zunevideo* | Remove-AppxPackage  
Source: http://www.howtogeek.com/224798/how-to-uninstall-windows-10s-built-in-apps-and-how-to-reinstall-them/


In the above table:
  • escape vertical bars using %VBAR%, so they're not interpreted as column breaks
  • escape asterisks using a preceding !, so they're not interpreted as bold
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback
This page was cached on 29 Mar 2024 - 11:39.