What is KillWindowsAI?
KillWindowsAI is an open-source PowerShell script developed by OlderGeeks that systematically removes AI features from Windows 11. Originally created by zoicware and maintained by the OlderGeeks team, this tool addresses growing privacy concerns about Microsoft's increasing integration of AI features in Windows 11, particularly in the 25H2 build and later versions.
The script targets multiple AI components including Copilot, Recall, Input Insights, AI-powered Paint features, and various other AI services that Microsoft has embedded throughout the operating system. Unlike simple registry tweaks, KillWindowsAI performs deep system modifications including CBS (Component-Based Servicing) package removal and policy adjustments.
Getting Started
KillWindowsAI requires Windows PowerShell 5.1 running with administrator privileges. The script can be executed directly from the internet or downloaded locally.
The simplest method is running the script directly from PowerShell:
& ([scriptblock]::Create((irm "https://raw.githubusercontent.com/zoicware/RemoveWindowsAI/main/RemoveWindowsAi.ps1")))For users preferring a shortened URL:
& ([scriptblock]::Create((irm 'https://kutt.it/RWAI')))Usage & Practical Examples
KillWindowsAI supports multiple execution modes depending on user needs:
Interactive GUI Mode
The default execution launches a graphical interface allowing users to select specific AI features to remove. This mode is ideal for users who want granular control over the removal process.
Non-Interactive Batch Mode
For system administrators or users wanting complete AI removal, the script supports non-interactive execution:
& ([scriptblock]::Create((irm "https://raw.githubusercontent.com/zoicware/RemoveWindowsAI/main/RemoveWindowsAi.ps1"))) -nonInteractive -AllOptionsSelective Feature Removal
Users can target specific AI components:
& ([scriptblock]::Create((irm "https://raw.githubusercontent.com/zoicware/RemoveWindowsAI/main/RemoveWindowsAi.ps1"))) -nonInteractive -Options DisableRegKeys,RemoveAppxPackages,RemoveRecallFeatureAvailable options include: DisableRegKeys, PreventAIPackageReinstall, DisableCopilotPolicies, RemoveAppxPackages, RemoveRecallFeature, RemoveCBSPackages, RemoveAIFiles, HideAIComponents, DisableRewrite, and RemoveRecallTasks.
Backup and Revert Functionality
The script includes backup capabilities for reversible changes:
& ([scriptblock]::Create((irm "https://raw.githubusercontent.com/zoicware/RemoveWindowsAI/main/RemoveWindowsAi.ps1"))) -nonInteractive -backupMode -AllOptionsTo revert changes:
& ([scriptblock]::Create((irm "https://raw.githubusercontent.com/zoicware/RemoveWindowsAI/main/RemoveWindowsAi.ps1"))) -nonInteractive -revertMode -AllOptionsPerformance & Impact
KillWindowsAI's effectiveness varies depending on the Windows 11 build and AI features present. The script performs deep system modifications that can significantly impact system behavior:
- System Resources: Removing AI components can free up system resources previously allocated to background AI services
- Privacy Enhancement: Eliminates data collection mechanisms associated with AI features like typing insights and voice recognition
- Functionality Trade-offs: Users lose access to AI-powered features like Copilot assistance, Recall search, and AI-enhanced Paint tools
The script's impact on system stability appears minimal based on its design, which focuses on disabling rather than deleting core system files. However, the deep modifications to CBS packages and system policies require careful consideration.
Who Should Use KillWindowsAI?
KillWindowsAI targets several specific user groups:
- Privacy-conscious users who want to eliminate AI data collection from their Windows systems
- System administrators managing enterprise environments where AI features are unwanted or prohibited
- Power users comfortable with PowerShell and system modifications who prefer manual control over their systems
- Users on older hardware who want to eliminate resource-intensive AI features to improve performance
The tool is not recommended for casual users unfamiliar with PowerShell or those who actively use Windows AI features. Users should also have system restore points or backups before running the script.
Verdict
KillWindowsAI represents a focused solution to a specific problem: removing Microsoft's increasingly pervasive AI integration from Windows 11. While the project is extremely new and lacks community validation, its comprehensive approach to AI removal goes beyond simple registry tweaks to address multiple system layers. The inclusion of backup and revert functionality demonstrates thoughtful design, though users should exercise caution given the project's infancy. For privacy-focused users willing to sacrifice AI functionality for system control, KillWindowsAI offers a promising tool that warrants monitoring as it matures.



