OB oBasim
oBasim.Tech Worth every click.
🇸🇦 العربية
← Back to Home PC

A Script That Removes Windows AI Features

June 27, 2026 · 6 days ago · 1 min read
🇸🇦 العربية

With recent Windows updates, Microsoft has been adding AI features like Microsoft Copilot and Recall. Not every user needs them — some find them more burden than benefit.

Why remove them?

The solution: a ready-made script

There’s an open-source script that removes these features cleanly, without diving into system internals. The project lives on GitHub: RemoveWindowsAI

How to use it

  1. Open PowerShell as Administrator
  2. Run the following command:
& ([scriptblock]::Create((irm "https://raw.githubusercontent.com/zoicware/RemoveWindowsAI/main/RemoveWindowsAi.ps1")))

The script removes the Windows AI features tied to the system directly.