A user-friendly GUI wrapper for the Win11Debloat PowerShell scripts, providing easy access to Windows 11 optimization tools with proper privilege management and real-time feedback.
- Automatic Admin Check:
- Restart button appears when non-admin
- Auto-restarts with UAC prompt
- Real-time Terminal Output:
- Live progress monitoring
- Colored status messages
- Smart UI Controls:
- Start/Cancel button toggling
- Context-sensitive menu items
- Persistent Settings:
- JSON configuration storage
- Auto-load/save preferences
- Safety Features:
- File existence verification
- Error handling with user feedback
- Process cancellation support
- Python 3.6+
- Tkinter (usually included with Python)
- PowerShell 5.1+
- Administrator rights (for full functionality)
Checkout the code first!
git clone https://github.com/alporak/Win11Debloat_UI.git
Checkout the submodules to download Win11Debloat.
git submodule update --init --recursive
git submodule sync