Remove-MS-Store-Apps
22.4.22
Removes apps included in Windows 10/11
To retrieve the names of the apps available to all users, run the following command in an elevated PowerShell session:
Get-AppxProvisionedPackage -Online | Select Displayname
To retrieve the names of the apps available to only the current user, run the following command in a PowerShell session:
Get-AppxPackage | Select Name
Installation Options
Owners
Copyright
(C) Mike Galvin. All rights reserved.
Package Details
Author(s)
- Mike Galvin Contact: mike@gal.vin / twitter.com/mikegalvin_ / discord.gg/5ZsnJ5k
Tags
Remove Clean up Microsoft Store Windows UWP in-box built-in included app 10 11 Customisable removal utility
Functions
Dependencies
This script has no dependencies.
FileList
- Remove-MS-Store-Apps.nuspec
- Remove-MS-Store-Apps.ps1