RemoveWindowsAI
RemoveWindowsAI is a PowerShell script that disables and removes Microsoft's AI features (Copilot, Recall, AI Actions) from Windows 11. It modifies registry keys, removes packages, and prevents AI components from reinstalling during Windows updates.
Key facts
Objective fields from the source. Values we can't verify are shown as “Unknown” rather than guessed.
| Field | Value |
|---|---|
| Repository | zoicware/RemoveWindowsAI |
| Owner | zoicware |
| Primary language | PowerShell |
| License | MIT — OSI-approved |
| Stars | 12.3k |
| Forks | 426 |
| Open issues | 7 |
| Latest release | Unknown |
| Last updated | 2026-07-07 |
| Source | https://github.com/zoicware/RemoveWindowsAI |
What RemoveWindowsAI is
A Windows PowerShell 5.1 utility that performs deep system modifications including registry key disabling, AppX package removal, CBS (Component-Based Servicing) store cleanup, policy configuration via JSON, and scheduled task creation to prevent AI package reintroduction post-update.
Get the RemoveWindowsAI source
Clone the repository and explore it locally.
git clone https://github.com/zoicware/RemoveWindowsAI.gitcd RemoveWindowsAI# follow the project's README for install & configurationNeed it deployed, integrated, or customized instead? DEV.co ships production installs.
Best use cases
Implementation considerations
- Requires Windows PowerShell 5.1 (not PowerShell 7); verify execution policy and run as Administrator; test in virtual machine first due to antivirus false positives.
- Backup mode creates system restore points; revert mode is available but full reversibility depends on backup mode being enabled during initial run.
- Some antivirus software may flag the script as malicious; add to exclusions or temporarily disable security tools before execution.
- Manual supplementary steps documented in OtherAIFeatures.md indicate not all AI features can be automated; review for your specific Windows 11 build.
- Update Cleanup Check runs as a scheduled task; verify it does not conflict with existing patching processes or WSUS management.
When to avoid it — and what to weigh
- You depend on Windows 11 AI features — If Copilot, Recall, or AI-assisted tools in Paint, Photos, or Snipping Tool are part of your workflow, this script will render them non-functional.
- You lack system administration experience — The script performs low-level system modifications (registry, CBS, policies). Incorrect usage or incompatible Windows versions may cause system instability or boot issues.
- You require vendor support for Windows customization — Microsoft does not officially support this tool. Running it may complicate troubleshooting with Microsoft Support or complicate warranty/support agreements.
- You use insider or bleeding-edge Windows builds — The README states features in Insider builds are not added until stable release; script coverage may lag new AI components in preview versions.
License & commercial use
MIT License (permissive, OSI-approved). Permits commercial and private use, modification, and distribution with attribution. Includes no warranty.
MIT is a permissive OSI license that allows commercial use. However, this tool modifies Windows system components, which may violate Microsoft's Terms of Service or user agreements in commercial settings. Legal and compliance review is strongly recommended before deploying in enterprise or SaaS contexts. No commercial support structure is evident.
DEV.co evaluation signals
Editorial assessment — not user reviews. Directional, with an explicit confidence level.
| Signal | Assessment |
|---|---|
| Maintenance | Active |
| Documentation | Adequate |
| License clarity | Clear |
| Deployment complexity | Moderate |
| DEV.co fit | Possible |
| Assessment confidence | High |
Script performs privileged system modifications (registry, AppX, CBS, scheduled tasks). No source code audit data, cryptographic signing, or security advisory history is provided. Third-party antivirus flagging is common (noted as false positives by author); verify integrity before execution. Registry and policy modifications may reduce attack surface (removing AI telemetry paths) but could introduce latent bugs if Windows expects AI components. No vulnerability disclosure process documented.
Alternatives to consider
O&O ShutUp++
Commercial GUI tool for Windows debloating with AI removal; offers support and signed distribution but costs money and closed-source.
W11Debloat / Chris Titus Tech tooling
Community PowerShell debloaters with broader scope (not AI-focused); similar maintenance model and antivirus challenges but different feature set.
Group Policy Editor / Windows Settings (manual)
Native Windows UI controls; safer but labor-intensive; does not remove packages or prevent reinstall; suitable for small deployments or individual users.
Build on RemoveWindowsAI with DEV.co software developers
If you need to disable Windows 11 AI features at scale or secure individual systems, test RemoveWindowsAI in a virtual machine first. Consult your compliance and IT operations team on compatibility with existing patch management and security policies. Devco can help integrate this into your deployment pipeline or audit its impact on your infrastructure.
Talk to DEV.coRelated open-source tools
Surfaced by semantic similarity across the DEV.co open-source index.
Related on DEV.co
Explore the category and the services that help you build with it.
RemoveWindowsAI FAQ
Will this script brick my system?
Can I revert the changes?
Does this break Windows Update or patching?
Why do antivirus tools flag this as malware?
Custom software development services
DEV.co is a software development agency delivering custom software development services to companies building on open source. Our software developers and web developers design, integrate, and ship production systems — spanning web development, APIs, AI, data, and cloud. If RemoveWindowsAI is part of your ai frameworks roadmap, our team can implement, customize, migrate, and maintain it.
Evaluate RemoveWindowsAI for Your Organization
If you need to disable Windows 11 AI features at scale or secure individual systems, test RemoveWindowsAI in a virtual machine first. Consult your compliance and IT operations team on compatibility with existing patch management and security policies. Devco can help integrate this into your deployment pipeline or audit its impact on your infrastructure.