Remove-MS-Store-Apps

7.9.21

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

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Script -Name Remove-MS-Store-Apps -RequiredVersion 7.9.21

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

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

Get-DateFormat Write-Log

Dependencies

This script has no dependencies.

FileList

Version History

Version Downloads Last updated
23.4.28 32,884 4/28/2023
23.4.24 25 4/25/2023
22.5.30 8,258 6/14/2022
22.4.26 45 4/25/2022
22.4.22 16 4/22/2022
22.3.27 42 3/27/2022
21.12.8 83 12/8/2021
7.9.21 (current version) 81 9/7/2021
Show less