Remove-Win10-Apps

2020.3.13

Removes apps included in Windows 10

To retreive the names of the apps availible 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

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-Win10-Apps -RequiredVersion 2020.3.13

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_

Tags

Remove Clean up Microsoft Store Windows UWP in-box built-in included app 10 Customisable removal utility

Functions

Get-DateFormat Write-Log

Dependencies

This script has no dependencies.

FileList

Version History

Version Downloads Last updated