https://github.com/dave-britten/Remove-AppxPackageInteractive
Powershell script with GUI for removing AppxPackages (and AppxProvisionedPackages)
https://github.com/dave-britten/Remove-AppxPackageInteractive
Last synced: 4 months ago
JSON representation
Powershell script with GUI for removing AppxPackages (and AppxProvisionedPackages)
- Host: GitHub
- URL: https://github.com/dave-britten/Remove-AppxPackageInteractive
- Owner: dave-britten
- License: bsd-2-clause
- Created: 2017-08-17T14:02:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-17T14:43:36.000Z (over 7 years ago)
- Last Synced: 2024-08-13T07:05:27.465Z (8 months ago)
- Language: PowerShell
- Size: 3.91 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- jimsghstars - dave-britten/Remove-AppxPackageInteractive - Powershell script with GUI for removing AppxPackages (and AppxProvisionedPackages) (PowerShell)
README
# Remove-AppxPackageInteractive
## What is it?
Remove-AppxPackageInteractive is a simple Powershell GUI wrapper for Remove-AppxPackage and Remove-AppxPackageProvisioned, which simplifies uninstalling unwanted junk that comes with Windows 10.## Usage
From Powershell, cd to the directory containing the script, and do:.\Remove-AppxPackageInteractive.ps1
This will open a window that allows you to select one or more packages (use the Ctrl key). After making a selection, click the "Remove" button to uninstall all selected packages. To cancel, simply close the dialog with the standard X button.
Note that you will need to be running this script with Administrator privileges to manage provisioned packages.