Remove-UWP-Apps

2.0

Remove UWP/Microsoft Store in-box apps from Windows 10
To retreive the names of the apps availble to all users, run the following command in an elevated PowerShell session:
Get-AppxProvisionedPackage -Online | Select Displayname

To retreive the names of the apps availble to only the current user, run the following command in a PowerShell session:
Get-AppxPackage | Se
Remove UWP/Microsoft Store in-box apps from Windows 10
To retreive the names of the apps availble to all users, run the following command in an elevated PowerShell session:
Get-AppxProvisionedPackage -Online | Select Displayname

To retreive the names of the apps availble to only the current user, run the following command in a PowerShell session:
Get-AppxPackage | Select Name

Show more
The owner has unlisted this package. This could mean that the script is deprecated or shouldn't be used anymore.

Installation Options

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

Install-Script -Name Remove-UWP-Apps -RequiredVersion 2.0

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 twitter.com/mikegalvin_

Tags

Microsoft Store Windows UWP in-box apps

Dependencies

This script has no dependencies.

FileList

Version History

Version Downloads Last updated