How to Remove Built in apps on Windows 10

Here is the Command to Delete the built-in app of the Windows 10

Press Windows Key + Letter X

Choose for "Command Prompt (Admin)"

Type in Powershell

Hit enter

Then Type this commands :

3D Builder :

Get-AppxPackage *3dbuilder* | Remove-AppxPackage

Alarms & Clocks :

Get-AppxPackage *windowsalarms* | Remove-AppxPackage

Calculator :

Get-AppxPackage *windowscalculator* | Remove-AppxPackage

Camera :

Get-AppxPackage *windowscamera* | Remove-AppxPackage

Groove Music :

Get-AppxPackage *zunemusic* | Remove-AppxPackage

Mail & Calendar :

Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage

Maps :

Get-AppxPackage *windowsmaps* | Remove-AppxPackage

Movies & Tv :

Get-AppxPackage *zunevideo* | Remove-AppxPackage

OneNote :

Get-AppxPackage *onenote* | Remove-AppxPackage

People :

Get-AppxPackage *people* | Remove-AppxPackage

Photos :

Get-AppxPackage *photos* | Remove-AppxPackage

Voice Recorder :

Get-AppxPackage *windowssoundrecorder* | Remove-AppxPackage

Xbox :

Get-AppxPackage *xboxapp* | Remove-AppxPackage

Get Office :

Get-AppxPackage *officehub* | Remove-AppxPackage

Skype :

Get-AppxPackage *skypeapp* | Remove-AppxPackage

Get Started :

Get-AppxPackage *getstarted* | Remove-AppxPackage

Solitaire Collections :

Get-AppxPackage *solitairecollections* | Remove-AppxPackage

Finance :

Get-AppxPackage *bingfinance* | Remove-AppxPackage

News :

Get-AppxPackage *bingnews* | Remove-AppxPackage

Windows Phone ( Continuum ) :

Get-AppxPackage *windowsphone* | Remove-AppxPackage

Sports :

Get-AppxPackage *bingsports* | Remove-AppxPackage

Weather :

Get-AppxPackage *bingweather* | Remove-AppxPackage

Windows Store :

Get-AppxPackage *windowsstore* | Remove-AppxPackage

And If you want to bring them all back, here is the command :

Get-AppxPackage -Allusers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation) \AppxManifest.xml"

Note : For any scenario, do this at your own risk!, I am not liable for what will happen on your device.

Was this discussion helpful?

Sorry this didn't help.

Great! Thanks for your feedback.

How satisfied are you with this discussion?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this discussion?

Thanks for your feedback.

THERE MUST be an easier way.  This is what happens when you keep tweaking a program over and over.  

There is a way to remove programs just by using a program like Revo uninstaller or go through Control Panel.   But my problem concerns removing programs from the Start button.   I don't need Xbox - why did Win10 install it on the computer?  These start programs should be "optional"....let us decide if we want it on our Start button.

82 people found this reply helpful

·

Was this reply helpful?

Sorry this didn't help.

Great! Thanks for your feedback.

How satisfied are you with this reply?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this reply?

Thanks for your feedback.

Thank you for this useful and effective tip.

28 people found this reply helpful

·

Was this reply helpful?

Sorry this didn't help.

Great! Thanks for your feedback.

How satisfied are you with this reply?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this reply?

Thanks for your feedback.

 
 

Discussion Info


Last updated August 18, 2023 Views 10,036 Applies to: