How to uninstall Microsoft UWP Apps from Powershell command prompt
There are many apps pre-installed in Windows that you didn't ask for, nor need. Not only that but they are all installed from the horrid Windows Store, not full desktop apps.
Here is a quite a good list of commands we can use to uninstall them. Comment if you want any other apps adding to the list.
To remove applications, press the Windows + X keys, choose Command Prompt (admin).
When loading the prompt, type: powershell press enter.
Use one command at a time below to remove each of the desired applications.
- 3D Builder: Get-AppxPackage *3dbuilder* | Remove-AppxPackage
- Alarms and clocks: Get-AppxPackage *windowsalarms* | Remove-AppxPackage
- Calculator: Get-AppxPackage *windowscalculator* | Remove-AppxPackage
- Calendar and email: Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage
- Camera: Get-AppxPackage *windowscamera* | Remove-AppxPackage
- Groove Music: Get-AppxPackage *zunemusic* | Remove-AppxPackage
- Maps: Get-AppxPackage *windowsmaps* | Remove-AppxPackage
- Microsoft Solitaire Collection: Get-AppxPackage *solitairecollection* | Remove-AppxPackage
- Money: Get-AppxPackage *bingfinance* | Remove-AppxPackage
- Movies & TV: Get-AppxPackage *zunevideo* | Remove-AppxPackage
- News: Get-AppxPackage *bingnews* | Remove-AppxPackage
- OneNote: Get-AppxPackage *onenote* | Remove-AppxPackage
- People: Get-AppxPackage *people* | Remove-AppxPackage
- Photos: Get-AppxPackage *photos* | Remove-AppxPackage
- sports: Get-AppxPackage *bingsports* | Remove-AppxPackage
- Voice recorder: Get-AppxPackage *soundrecorder* | Remove-AppxPackage
- Climate: Get-AppxPackage *bingweather* | Remove-AppxPackage
- Xbox: Get-AppxPackage *xboxapp* | Remove-AppxPackage
- Get Office: Get-AppxPackage *officehub* | Remove-AppxPackage
- Get Skype: Get-AppxPackage *skypeapp* | Remove-AppxPackage
Related Articles
How to install Microsoft Windows 11 on VirtualBox!
The following step-by-step guide shows how to install Microsoft Windows 11 (latest Insider Preview build 22463.1000) on top of VirtualBox 6.1; this guide has been tested and verified on both macOS as well as Linux hosts. This is to address the ...
How To Install Windows 11 without a Microsoft Account
By default, you must have (or create) a Microsoft account in order to install Windows 11 Home (and versions of Pro that are build 22H2 and up). Though Microsoft accounts are free, Microsoft's tactic to force you to use an account is plainly wrong. ...
How to Uninstall Applications in Windows 10
How to Uninstall Applications in Windows 10 Article source: Laptopmag Uninstalling unwanted programs is one of the most common and important tasks that all laptop and desktop users perform. However, if you're new to Windows 10, you may not know how ...
How to change the location of your Documents in Windows 10
Whenever you save a new file in Windows 10, the Save As window defaults to whichever of your user folders–Documents, Music, Pictures, and so on–is appropriate to the file type. If you’d rather not save files on the C: drive, though, Windows lets you ...
How to Wipe Clean Your Boot Disk and Re-Install Windows Using The Windows 10 Boot USB
Firstly and most importantly, remove any other storage devices from your system - just leave the SSD/HDD you wish to Wipe Clean plugged in. Next, we'll boot into the Windows 10 USB you got with the PC. Select your language and on the next screen, ...