AppX Package Deprovisioning Tool for Windows
Overview • Requirements • Usage • Notes • License
UnAppX is a lightweight, user-friendly GUI utility designed to help you remove (deprovision) Windows Store apps (AppX packages) from your Windows system. It provides a graphical interface to easily select and deprovision unwanted AppX packages, ensuring they are not automatically installed for new user accounts.
- Windows 11 (latest version recommended)
- Administrator privileges
- Open Windows PowerShell as Administrator
- Run the following line:
irm 'https://raw.githubusercontent.com/aefly/unappx/main/src/script.ps1' | iexSecurity note: running remote code piped directly to iex means executing scripts fetched from the internet without prior review. If you'd rather inspect it first, download the script locally and read through it before running.
-
Clone or download the repository and run locally:
cd C:\path\to\folder\ .\script.ps1
-
Or run the file directly without changing policy (one-shot):
powershell -ExecutionPolicy Bypass -NoProfile -File "C:\path\to\script.ps1"
- Reinstallation – Removed packages can be reinstalled from the Microsoft Store later.
- System App Protections – Some system apps may not be removable due to Windows protections.
- Existing User Profiles – Deprovisioning only affects new user accounts.
- Apps may remain installed for existing users unless manually removed.
This project is under the MIT License.
