How to uninstall Microsoft UWP Apps from Powershell command prompt

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.

  1. 3D Builder: Get-AppxPackage *3dbuilder* | Remove-AppxPackage
  2. Alarms and clocks: Get-AppxPackage *windowsalarms* | Remove-AppxPackage
  3. Calculator: Get-AppxPackage *windowscalculator* | Remove-AppxPackage
  4. Calendar and email: Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage
  5. Camera: Get-AppxPackage *windowscamera* | Remove-AppxPackage
  6. Groove Music: Get-AppxPackage *zunemusic* | Remove-AppxPackage
  7. Maps: Get-AppxPackage *windowsmaps* | Remove-AppxPackage
  8. Microsoft Solitaire Collection: Get-AppxPackage *solitairecollection* | Remove-AppxPackage
  9. Money: Get-AppxPackage *bingfinance* | Remove-AppxPackage
  10. Movies & TV: Get-AppxPackage *zunevideo* | Remove-AppxPackage
  11. News: Get-AppxPackage *bingnews* | Remove-AppxPackage
  12. OneNote: Get-AppxPackage *onenote* | Remove-AppxPackage
  13. People: Get-AppxPackage *people* | Remove-AppxPackage
  14. Photos: Get-AppxPackage *photos* | Remove-AppxPackage
  15. sports: Get-AppxPackage *bingsports* | Remove-AppxPackage
  16. Voice recorder: Get-AppxPackage *soundrecorder* | Remove-AppxPackage
  17. Climate: Get-AppxPackage *bingweather* | Remove-AppxPackage
  18. Xbox: Get-AppxPackage *xboxapp* | Remove-AppxPackage
  19. Get Office: Get-AppxPackage *officehub* | Remove-AppxPackage
  20. 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, ...