Remove-MS-Store-Apps
22.4.26
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
Author(s)
Mike Galvin Contact: mike@gal.vin / twitter.com/mikegalvin_ / discord.gg/5ZsnJ5k
Copyright
(C) Mike Galvin. All rights reserved.
Package Details
Owners
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
Version History
Version | Downloads | Last updated |
---|---|---|
22.4.26 (current version) | 22 | 4/25/2022 |
22.4.22 | 7 | 4/22/2022 |
22.3.27 | 34 | 3/27/2022 |
21.12.8 | 75 | 12/8/2021 |
7.9.21 | 68 | 9/7/2021 |