Take back control of your Windows 11 PC by disabling unwanted AI features
- π€ Detect AI Services - Automatically scans for 11 different AI integrations
- β‘ Enable/Disable - Toggle individual services on or off
- π« Disable All - One-click to disable all AI services
- πΎ Backup & Restore - Create backups before making changes
- π Activity Log - Track all changes with persistent logging
- π Multi-language - English, German, Spanish
- π¨ Modern UI - Dark theme with intuitive interface
| Service | Description |
|---|---|
| Microsoft Copilot | Windows 11 AI assistant with Bing Chat |
| Windows Recall | AI-powered screenshot timeline (Copilot+ PCs) |
| AI Explorer | AI exploration features in Windows |
| Bing Search | Web search integration in Start Menu |
| Web Search | AI suggestions in taskbar search |
| Windows Widgets | AI-personalized news widgets |
| Cortana (Legacy) | Voice assistant |
| Edge Copilot | Copilot sidebar in Microsoft Edge |
| AI Voice Typing | Enhanced voice dictation |
| Suggested Actions | AI-suggested actions when copying text |
- Go to Releases
- Download
WinAIRemovalTool.exe - Run as Administrator
git clone https://github.com/waar19/win-ai-tools.git
cd win-ai-tools
pip install -r requirements.txt
python main.py- Python 3.10+
- pip
pip install -r requirements.txt
pip install pyinstaller pillow
pyinstaller --clean app.specThe executable will be in dist/WinAIRemovalTool.exe
The application modifies Windows settings through:
- Registry Keys - Modifies
HKEY_LOCAL_MACHINEandHKEY_CURRENT_USERpolicies - Appx Packages - Removes Microsoft AI-related packages
- Windows Features - Disables optional Windows features like Recall
All changes are reversible through the backup/restore functionality.
- Run as Administrator - Required to modify system settings
- Create Backup First - Always backup before making changes
- Windows Updates - Some settings may reset after major Windows updates
- SmartScreen Warning - Windows may show a warning for unsigned executables
win-ai-tools/
βββ main.py # Application entry point
βββ requirements.txt # Python dependencies
βββ app.spec # PyInstaller configuration
βββ core/ # Core logic
β βββ ai_services.py # AI service definitions
β βββ detector.py # Service detection
β βββ manager.py # Enable/disable logic
β βββ logger.py # Activity logging
β βββ i18n.py # Internationalization
βββ ui/ # User interface
βββ main_window.py # Main window
βββ service_card.py # Service card widget
βββ log_viewer.py # Activity log panel
βββ language_selector.py # Language dropdown
βββ styles.py # Dark theme styles
- πΊπΈ English
- π©πͺ Deutsch (German)
- πͺπΈ EspaΓ±ol (Spanish)
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is open source and available under the MIT License.
If you find this tool useful, please consider:
- Giving it a β on GitHub
- Sharing it with others who might benefit
- Reporting issues or suggesting features
Made with β€οΈ for Windows users who value their privacy

