A modern Windows GUI application to remove AI features (Copilot, Recall, etc.) from Windows 10/11.
- User-Friendly Interface: Select exactly what you want to remove.
- Safety: Uses the proven logic from the original RemoveWindowsAI script.
- Standalone: Runs as a single EXE file without needing Python installed.
- Download the latest release (EXE).
- Run as Administrator.
- Select the features to remove.
- Click REMOVE SELECTED.
- Restart your computer.
- GUI & Python Wrapper: Developed by [TAKIANFIF]
- PowerShell Logic: Based on the excellent work by @zoicware / TAKIANFIF.
pip install -r requirements.txt pyinstaller --noconsole --onefile --uac-admin --name "RemoveWindowsAI_GUI" --add-data "src/assets/scripts/RemoveWindowsAi.ps1;assets/scripts" src/main.pyThis tool modifies system files and registry keys. Use at your own risk. Always create a restore point before using.