//RemoveWindowsAIbyuserquin

RemoveWindowsAI

Force Remove Copilot, Recall and More in Windows 11

0
0
0

Remove Windows Ai

Why?

The current 25H2 build of Windows 11 and future builds will include increasingly more AI features and components. This script aims to remove ALL of these features to improve user experience, privacy and security.

AI-Explorer-icon

Script Features

  • undefinedDisable Registry Keysundefined
    • Disable Copilot
    • Disable Recall
    • Disable Input Insights and typing data harvesting
    • Copilot in Edge
    • Image Creator in Paint
    • Remove AI Fabric Service
    • Disable AI Actions
    • Disable AI in Paint
    • Disable Voice Access
    • Disable AI Voice Effects
    • Disable AI in Settings Search
  • undefinedPrevent Reinstall of AI Packagesundefined
    • Installs custom Windows Update package to prevent reinstall of AI packages in the CBS (Component-Based Servicing) store
  • undefinedDisable Copilot policiesundefined
    • Disables policies related to Copilot and Recall in IntegratedServicesRegionPolicySet.json
  • undefinedRemove AI Appx Packagesundefined
    • Removes all AI appx packages including Nonremovable packages and WindowsWorkload
  • undefinedRemove Recall Optional Featureundefined
  • undefinedRemove AI Packages in CBSundefined
    • This will remove hidden and locked AI packages in the CBS (Component-Based Servicing) store
  • undefinedRemove AI Filesundefined
    • This will do a full system cleanup removing all remaining AI installers, registry keys, and package files
  • undefinedHide AI Componentsundefined
    • This will hide the settings page AI Components
  • undefinedDisable Rewrite AI Feature in Notepadundefined
  • undefinedRemove Recall Tasksundefined
    • Forceably removes all instances of Recall’s scheduled tasks

Manual AI Disablement

  • Unfourtently, not all features and settings can be disabled via a script. This guide will show additional AI features to disable.

undefinedDisable Other AI Featuresundefined

Read the Script Docs Here

undefinedDocumentationundefined

[!WARNING]
Some third party anti-viruses will falsely detect the script as malicious, obviously this is a false positive and the anti-virus will need to be temporarily disabled or set the script as an exclusion.

Due to the nature of making advanced changes to the system many debloat tools/scripts will be falsely detected as malware… if you are unsure about the script I always recommend testing any software in a virtual machine first


How to Use

Run From Powershell Console as Administrator


[!WARNING]
Running the script with PowerShell 7 can cause issues, to avoid this ensure you are running Windows PowerShell (5.1)

Launch with UI

& ([scriptblock]::Create((irm "https://raw.githubusercontent.com/zoicware/RemoveWindowsAI/main/RemoveWindowsAi.ps1")))

Compact Command:

& ([scriptblock]::Create((irm 'https://kutt.it/RWAI')))
Click to View UI Capture2

 

Command Line Options

undefinedRun in Non-Interactive Mode with All Optionsundefined

& ([scriptblock]::Create((irm "https://raw.githubusercontent.com/zoicware/RemoveWindowsAI/main/RemoveWindowsAi.ps1"))) -nonInteractive -AllOptions

undefinedRun with Specific Options Exampleundefined

& ([scriptblock]::Create((irm "https://raw.githubusercontent.com/zoicware/RemoveWindowsAI/main/RemoveWindowsAi.ps1"))) -nonInteractive -Options DisableRegKeys,RemoveNudgesKeys,RemoveAppxPackages

undefinedAll Possible Options:undefined

DisableRegKeys          
PreventAIPackageReinstall     
DisableCopilotPolicies       
RemoveAppxPackages        
RemoveRecallFeature 
RemoveCBSPackages         
RemoveAIFiles               
HideAIComponents            
DisableRewrite      
RemoveRecallTasks

undefinedRun with Backup Mode Enabledundefined

[!NOTE]
Backup Mode needs to be enabled to be able to fully revert

& ([scriptblock]::Create((irm "https://raw.githubusercontent.com/zoicware/RemoveWindowsAI/main/RemoveWindowsAi.ps1"))) -nonInteractive -backupMode -AllOptions

undefinedRevert Changesundefined

& ([scriptblock]::Create((irm "https://raw.githubusercontent.com/zoicware/RemoveWindowsAI/main/RemoveWindowsAi.ps1"))) -nonInteractive -revertMode -AllOptions

Updates

Given that Microsoft are continually updating and adding new AI features this script will attempt to stay updated for the newest stable build.

You can view the newest updates to the script here:
https://github.com/zoicware/RemoveWindowsAI/commits/main/

[!NOTE]
Any feature added to an insider build will not be added to this script till it’s added to the latest stable release

[!TIP]
undefinedSubmitting An AI Featureundefined

If you find an AI feature or registry key that is not currently removed or disabled by the script submit an issue with as much information as possible and I will add it to the script.

Donation

If you would like to support my work consider donating :)

"Buy Me A Coffee"

Join The Discord

Discord

YT Guide

How to Remove ALL Windows AI Features

[beta]v0.14.0