
We can also search for a specific apps, based on a part of the name: Get-AppxPackage | Where-Object Name -like "*ZuneMusic*" | Select Name You will see an overview of all the apps, listed by name. We can list all the installed apps with the following cmd: Get-AppxPackage | ft Choose Windows PowerShell or Windows PowerShell (admin).You can open the normal PowerShell to remove apps under your account only, if you want to remove it for all users, you will need to open PowerShell in admin mode There are a couple of ways to find the correct name of the app.

The challenge is finding the correct name of the app. With PowerShell, we can list and remove all the store apps. How To Uninstall Microsoft Store Apps with PowerShell When you need to remove Microsoft Store Apps from multiple computers, you want to use PowerShell for this.

The easiest option to remove an app is to click on it with your right mouse button and choose Uninstall. Removing Microsoft Store Apps that are pre-installed is quite simple.

At the end of the article, I have a complete PowerShell script that uninstalls everything for you. We are going to look at two methods, manually or with PowerShell. In this article, I will explain how you can uninstall a single app, all the Microsoft Store apps, and Microsoft Store itself. Most people don’t want the pre-installed apps, so how can you uninstall Microsoft Store Apps? And how can you uninstall Microsoft itself? Every new Windows 10 computer comes with Microsoft Store and pre-installed apps.
