DEV.co
AI Frameworks · zoicware

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.

Source: GitHub — github.com/zoicware/RemoveWindowsAI
12.3k
GitHub stars
426
Forks
PowerShell
Primary language
MIT
License (OSI-approved)

Key facts

Objective fields from the source. Values we can't verify are shown as “Unknown” rather than guessed.

FieldValue
Repositoryzoicware/RemoveWindowsAI
Ownerzoicware
Primary languagePowerShell
LicenseMIT — OSI-approved
Stars12.3k
Forks426
Open issues7
Latest releaseUnknown
Last updated2026-07-07
Sourcehttps://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.

Quickstart

Get the RemoveWindowsAI source

Clone the repository and explore it locally.

terminalbash
git clone https://github.com/zoicware/RemoveWindowsAI.gitcd RemoveWindowsAI# follow the project's README for install & configuration

Need it deployed, integrated, or customized instead? DEV.co ships production installs.

Best use cases

Privacy-focused enterprise deployments

Organizations requiring strict data residency and minimal telemetry can automate removal of Windows AI components at scale via non-interactive mode and group policy integration.

User choice and system control

Individual users and power users who reject pre-installed AI features can selectively disable specific components (Copilot, Recall, Voice Access) or run full removal via the UI.

Legacy system maintenance

IT teams managing older software stacks or specialized workloads where Windows 11 AI features cause compatibility issues or resource contention can use targeted removal options.

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.

SignalAssessment
MaintenanceActive
DocumentationAdequate
License clarityClear
Deployment complexityModerate
DEV.co fitPossible
Assessment confidenceHigh
Security considerations

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.

Software development agency

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.co

Related 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?
Unlikely if run on a supported Windows 11 build with Administrator access. However, low-level modifications (registry, CBS, policies) carry risk. Always test in a VM and enable backup mode to create a restore point.
Can I revert the changes?
Yes, if backup mode was enabled during the initial run. Use -revertMode to restore. Without a backup, manual reversal via registry and appx reinstall is required.
Does this break Windows Update or patching?
The PreventAIPackageReinstall option installs a custom CBS package to block AI package reinstall. Verify compatibility with your patch management system and WSUS policies before deployment.
Why do antivirus tools flag this as malware?
The script performs deep system modifications (registry, process termination, package removal) that antivirus heuristics associate with malicious behavior. These are false positives; add the script to exclusions or temporarily disable the scanner.

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.