Skip to content

waar19/win-ai-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Windows AI Removal Tool

Windows AI Removal Tool Screenshot

Release Downloads License Stars

Take back control of your Windows 11 PC by disabling unwanted AI features


✨ 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

🎬 Demo

Demo

πŸ€– Supported AI Services

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

πŸ“₯ Installation

Option 1: Download Release (Recommended)

  1. Go to Releases
  2. Download WinAIRemovalTool.exe
  3. Run as Administrator

Option 2: Run from Source

git clone https://github.com/waar19/win-ai-tools.git
cd win-ai-tools
pip install -r requirements.txt
python main.py

πŸ”¨ Building from Source

Prerequisites

  • Python 3.10+
  • pip

Build Steps

pip install -r requirements.txt
pip install pyinstaller pillow

pyinstaller --clean app.spec

The executable will be in dist/WinAIRemovalTool.exe

πŸ›‘οΈ How It Works

The application modifies Windows settings through:

  1. Registry Keys - Modifies HKEY_LOCAL_MACHINE and HKEY_CURRENT_USER policies
  2. Appx Packages - Removes Microsoft AI-related packages
  3. Windows Features - Disables optional Windows features like Recall

All changes are reversible through the backup/restore functionality.

⚠️ Important Notes

  • 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

πŸ“ Project Structure

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

🌍 Languages

  • πŸ‡ΊπŸ‡Έ English
  • πŸ‡©πŸ‡ͺ Deutsch (German)
  • πŸ‡ͺπŸ‡Έ EspaΓ±ol (Spanish)

🀝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

πŸ“„ License

This project is open source and available under the MIT License.

⭐ Support

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

About

πŸ€– Open-source tool to disable and remove AI services from Windows 11 (Copilot, Recall, Widgets & more)

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors