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
Installation Options
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
Dependencies
This script has no dependencies.
FileList
- Remove-Win10-Apps.nuspec
- Remove-Win10-Apps.ps1
Version History
Version | Downloads | Last updated |
---|