PowerShell Script Strips AI Out of Windows 11

2 mins read Praveen Shivkumar

Why I’m Talking About This

I’ve been in the trenches with Windows since the NT days, and every new release brings its own “surprises.” Lately, Microsoft has been doubling down on AI integration—Copilot, Recall, AI-driven typing insights, even Paint with image generation. Some folks love it, but for admins like me who value control and predictability, it’s been a mixed bag.

So when I saw the news about RemoveWindowsAI, an open-source PowerShell script that claims to scrub every AI component from Windows 11, I had to dig in.

Step-by-Step Walkthrough (With Commentary)

  • Setup: I spun up a Windows 11 24H2 VM on my ThinkPad with 32GB RAM, running Hyper-V. Not gonna lie, I was winging it at first—half expecting the script to nuke something critical.
  • Running the Script: The script goes after registry keys, packages, and services tied to AI features. Watching the console scroll felt oddly satisfying—like peeling layers off an onion you didn’t ask for.
  • Immediate Impact: Copilot vanished from the taskbar. Recall was disabled. Even Paint’s AI image creator was gone. It was eerie—like the OS suddenly forgot it was supposed to be “agentic.”

Unexpected Issues

  • Silent Errors: At one point, the console just sat there—black, silent, almost mocking me. Turns out I had missed running PowerShell as admin. Classic.
  • Edge Integration: Removing AI hooks from Edge was trickier. Most guides say you can just disable via Group Policy, but I found the script’s deeper registry clean-up more effective.

Workarounds & Lessons Learned

  • Rollback: The script includes options to revert changes. I tested this on a rainy Tuesday in Bengaluru, and sure enough, Copilot came crawling back like nothing happened.
  • Beta Testing: Since this is unsanctioned and open-source, I wouldn’t recommend running it on production machines. Stick to test environments unless you’re comfortable with potential breakage.

Final Thoughts

This isn’t just about removing features—it’s about reclaiming agency. Microsoft’s vision of Windows as an AI-first platform may be exciting for some, but for admins who prize stability, tools like RemoveWindowsAI feel like a lifeline.

Praveen Shivkumar

Praveen Shivkumar

With over 12 years of experience in IT and multiple certifications from Microsoft, our creator brings deep expertise in Exchange Server, Exchange Online, Windows OS, Teams, SharePoint, and virtualization. Scenario‑first guidance shaped by real incidents and recoveries Clear, actionable breakdowns of complex Microsoft ecosystems Focus on practicality, reliability, and repeatable workflows Whether supporting Microsoft technologies—server, client, or cloud—his work blends precision with creativity, making complex concepts accessible, practical, and engaging for professionals across the IT spectrum.

📝 Leave a Comment