https://github.com/jcionx/uwpurge
Streamline Windows 11 by removing UWP apps and replacing them with faster alternatives.
https://github.com/jcionx/uwpurge
windows windows-debloat windows11
Last synced: about 2 months ago
JSON representation
Streamline Windows 11 by removing UWP apps and replacing them with faster alternatives.
- Host: GitHub
- URL: https://github.com/jcionx/uwpurge
- Owner: JCionx
- License: apache-2.0
- Created: 2024-09-17T14:06:42.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-07T18:50:23.000Z (7 months ago)
- Last Synced: 2025-04-14T21:12:50.848Z (about 2 months ago)
- Topics: windows, windows-debloat, windows11
- Language: PowerShell
- Homepage:
- Size: 1.76 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UWPurge
UWPurge is a PowerShell script that removes almost all Windows UWP apps, and replaces them with faster open-source alternatives.

Windows 11's built-in apps are built on the UWP framework. This framework allows developers to build beautiful apps, but at the cost of performance.By replacing the Windows UWP apps with fast Win32 apps, the Windows experience gets much snappier, specially on weaker hardware.
UWPurge also features a custom taskbar and start menu, because the default taskbar and start menu have UWP components as well.

Tested on:
- Windows 11 Pro## Installing
Open **PowerShell** as Administrator (not the Windows terminal) and run this:
```powershell
irm https://raw.githubusercontent.com/JCionx/UWPurge/master/UWPurge.ps1 | iex
```## Credits
Projects used in UWPurge:
- [Win11Debloat](https://github.com/Raphire/Win11Debloat)
- [Open-Shell](https://github.com/Open-Shell/Open-Shell-Menu)
- [ExplorerPatcher](https://github.com/valinet/ExplorerPatcher)