Update README.md
This commit is contained in:
246
README.md
246
README.md
@@ -1,123 +1,123 @@
|
|||||||
# Remove Windows Ai
|
# Remove Windows Ai
|
||||||
## Why?
|
## 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.
|
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.
|
||||||
|
|
||||||
<img width="150" alt="AI-Explorer-icon" src="https://github.com/zoicware/RemoveWindowsAI/assets/118035521/33efb033-c935-416c-977d-777bb69a3737">
|
<img width="150" alt="AI-Explorer-icon" src="https://github.com/zoicware/RemoveWindowsAI/assets/118035521/33efb033-c935-416c-977d-777bb69a3737">
|
||||||
|
|
||||||
|
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Script Features
|
### Script Features
|
||||||
- **Registry**
|
- **Registry**
|
||||||
- Disable Copilot, Recall, Input Insights, CoPilot in Edge, Image Creator in Paint, Remove AI Fabric Service
|
- Disable Copilot, Recall, Input Insights, CoPilot in Edge, Image Creator in Paint, Remove AI Fabric Service
|
||||||
- Remove all AI appxpackages and force remove the files
|
- Remove all AI appxpackages and force remove the files
|
||||||
- Disable Copilot policies in IntegratedServicesRegionPolicySet.json
|
- Disable Copilot policies in IntegratedServicesRegionPolicySet.json
|
||||||
- Remove Recall Optional Feature
|
- Remove Recall Optional Feature
|
||||||
- Remove all hidden Copilot installers
|
- Remove all hidden Copilot installers
|
||||||
- Disable Rewrite for Notepad
|
- Disable Rewrite for Notepad
|
||||||
- Delete any screenshots and data stored by Recall
|
- Delete any screenshots and data stored by Recall
|
||||||
- Remove Recall Scheduled Task
|
- Remove Recall Scheduled Task
|
||||||
- Remove Machine Learning DLL's
|
- Remove Machine Learning DLL's
|
||||||
- Remove Hidden AI CBS Packages
|
- Remove Hidden AI CBS Packages
|
||||||
- Prevent Windows Update from Reinstalling AI Packages
|
- Prevent Windows Update from Reinstalling AI Packages
|
||||||
|
|
||||||
#### Manual AI Disablement
|
#### Manual AI Disablement
|
||||||
- Unfourtently, not all features and settings can be disabled via a script. This guide will show additional AI features to disable.
|
- Unfourtently, not all features and settings can be disabled via a script. This guide will show additional AI features to disable.
|
||||||
> **[Disable Other AI Features](https://github.com/zoicware/RemoveWindowsAI/blob/main/OtherAIFeatures.md)**
|
> **[Disable Other AI Features](https://github.com/zoicware/RemoveWindowsAI/blob/main/OtherAIFeatures.md)**
|
||||||
|
|
||||||
### Read the Script Docs Here
|
### Read the Script Docs Here
|
||||||
> **[Documentation](https://github.com/zoicware/RemoveWindowsAI/blob/main/Documentation.md)**
|
> **[Documentation](https://github.com/zoicware/RemoveWindowsAI/blob/main/Documentation.md)**
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
### How to Use
|
### How to Use
|
||||||
|
|
||||||
#### Run From Powershell Console as Administrator
|
#### Run From Powershell Console as Administrator
|
||||||
---
|
---
|
||||||
|
|
||||||
### Launch with UI
|
### Launch with UI
|
||||||
```PowerShell
|
```
|
||||||
& ([scriptblock]::Create((irm "https://raw.githubusercontent.com/zoicware/RemoveWindowsAI/main/RemoveWindowsAi.ps1")))
|
curl https://git.vichingo455.freeddns.org/Vichingo455/RemoveWindowsAI/raw/branch/main/RemoveWindowsAi.ps1 | powershell >nul
|
||||||
```
|
```
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>Click to View UI</summary>
|
<summary>Click to View UI</summary>
|
||||||
<img width="586" height="693" alt="Capture2" src="https://github.com/user-attachments/assets/92499461-f0d3-40f3-94f6-6d7a0d49fc10" />
|
<img width="586" height="693" alt="Capture2" src="https://github.com/user-attachments/assets/92499461-f0d3-40f3-94f6-6d7a0d49fc10" />
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Command Line Options
|
### Command Line Options
|
||||||
|
|
||||||
**Run in Non-Interactive Mode with All Options**
|
**Run in Non-Interactive Mode with All Options**
|
||||||
```PowerShell
|
```PowerShell
|
||||||
& ([scriptblock]::Create((irm "https://raw.githubusercontent.com/zoicware/RemoveWindowsAI/main/RemoveWindowsAi.ps1"))) -nonInteractive -AllOptions
|
& ([scriptblock]::Create((irm "https://git.vichingo455.freeddns.org/Vichingo455/RemoveWindowsAI/raw/branch/main/RemoveWindowsAi.ps1"))) -nonInteractive -AllOptions
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**Run with Specific Options Example**
|
**Run with Specific Options Example**
|
||||||
```PowerShell
|
```PowerShell
|
||||||
& ([scriptblock]::Create((irm "https://raw.githubusercontent.com/zoicware/RemoveWindowsAI/main/RemoveWindowsAi.ps1"))) -nonInteractive -Options DisableRegKeys,RemoveNudgesKeys,RemoveAppxPackages
|
& ([scriptblock]::Create((irm "https://git.vichingo455.freeddns.org/Vichingo455/RemoveWindowsAI/raw/branch/main/RemoveWindowsAi.ps1"))) -nonInteractive -Options DisableRegKeys,RemoveNudgesKeys,RemoveAppxPackages
|
||||||
```
|
```
|
||||||
|
|
||||||
**All Possible Options:**
|
**All Possible Options:**
|
||||||
```
|
```
|
||||||
DisableRegKeys
|
DisableRegKeys
|
||||||
PreventAIPackageReinstall
|
PreventAIPackageReinstall
|
||||||
DisableCopilotPolicies
|
DisableCopilotPolicies
|
||||||
RemoveAppxPackages
|
RemoveAppxPackages
|
||||||
RemoveRecallFeature
|
RemoveRecallFeature
|
||||||
RemoveCBSPackages
|
RemoveCBSPackages
|
||||||
RemoveAIFiles
|
RemoveAIFiles
|
||||||
HideAIComponents
|
HideAIComponents
|
||||||
DisableRewrite
|
DisableRewrite
|
||||||
RemoveRecallTasks
|
RemoveRecallTasks
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
**Run with Backup Mode Enabled**
|
**Run with Backup Mode Enabled**
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> Backup Mode needs to be enabled to be able to fully revert
|
> Backup Mode needs to be enabled to be able to fully revert
|
||||||
>
|
>
|
||||||
```PowerShell
|
```PowerShell
|
||||||
& ([scriptblock]::Create((irm "https://raw.githubusercontent.com/zoicware/RemoveWindowsAI/main/RemoveWindowsAi.ps1"))) -nonInteractive -backupMode -AllOptions
|
& ([scriptblock]::Create((irm "https://git.vichingo455.freeddns.org/Vichingo455/RemoveWindowsAI/raw/branch/main/RemoveWindowsAi.ps1"))) -nonInteractive -backupMode -AllOptions
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**Revert Changes**
|
**Revert Changes**
|
||||||
|
|
||||||
```PowerShell
|
```PowerShell
|
||||||
& ([scriptblock]::Create((irm "https://raw.githubusercontent.com/zoicware/RemoveWindowsAI/main/RemoveWindowsAi.ps1"))) -nonInteractive -revertMode -AllOptions
|
& ([scriptblock]::Create((irm "https://git.vichingo455.freeddns.org/Vichingo455/RemoveWindowsAI/raw/branch/main/RemoveWindowsAi.ps1"))) -nonInteractive -revertMode -AllOptions
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### Updates
|
### Updates
|
||||||
|
|
||||||
Given that Microsoft are continually updating and adding new AI features this script will attempt to stay updated for the newest stable build.
|
Given that Microsoft are continually updating and adding new AI features this script will attempt to stay updated for the newest stable build.
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> Any feature added to an insider build will not be added to this script till it's added to the latest stable release
|
> Any feature added to an insider build will not be added to this script till it's added to the latest stable release
|
||||||
|
|
||||||
|
|
||||||
> [!TIP]
|
> [!TIP]
|
||||||
> **Submitting An AI Feature**
|
> **Submitting An AI Feature**
|
||||||
>
|
>
|
||||||
> 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.
|
> 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.
|
||||||
|
|
||||||
|
|
||||||
### Join The Discord
|
### Join The Discord
|
||||||
|
|
||||||
[](https://discord.gg/VsC7XS5vgA)
|
[](https://discord.gg/VsC7XS5vgA)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user