Skip to content

aefly/unappx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Banner

UnAppX

AppX Package Deprovisioning Tool for Windows


Overview • Requirements • Usage • Notes • License


Overview

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.

Requirements

  • Windows 11 (latest version recommended)
  • Administrator privileges

Usage

Recommended

  1. Open Windows PowerShell as Administrator
  2. Run the following line:
irm 'https://raw.githubusercontent.com/aefly/unappx/main/src/script.ps1' | iex

Security 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.

Offline / repository usage (alternative)

  1. Clone or download the repository and run locally:

    cd C:\path\to\folder\
    .\script.ps1
  2. Or run the file directly without changing policy (one-shot):

    powershell -ExecutionPolicy Bypass -NoProfile -File "C:\path\to\script.ps1"

Notes

  • 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.

License

This project is under the MIT License.

About

📦 PowerShell GUI to deprovision Windows AppX packages

Topics

Resources

License

Stars

Watchers

Forks

Contributors