51 lines
1.7 KiB
Markdown
51 lines
1.7 KiB
Markdown
# Remove Windows Ai
|
|
## Why?
|
|
The current 24H2 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 and security.
|
|
|
|
<img width="150" alt="AI-Explorer-icon" src="https://github.com/zoicware/RemoveWindowsAI/assets/118035521/33efb033-c935-416c-977d-777bb69a3737">
|
|
|
|
|
|
----------------------
|
|
|
|
|
|
|
|
### Script Features
|
|
- **Registry**
|
|
- Disable Copilot, Recall, Input Insights, CoPilot in Edge, Image Creator in Paint
|
|
- Remove all AI appxpackages and force remove the files
|
|
- Disable Copilot policies in IntegratedServicesRegionPolicySet.json
|
|
- Remove Recall Optional Feature
|
|
- Remove all hidden Copilot installers
|
|
- Disable Rewrite for Notepad
|
|
- Delete any screenshots and data stored by Recall
|
|
|
|
---
|
|
### Updates
|
|
|
|
Given that Microsoft are continually updating and adding new AI features this script will attempt to stay updated for the newest stable build.
|
|
`Note: Any feature added to an insider build will not be added to this script till it's added to the latest stable release`
|
|
|
|
**Submitting An AI Feature**
|
|
|
|
If you find an AI feature 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.
|
|
|
|
---
|
|
|
|
### How to Use
|
|
**Run From Powershell Console as Administrator**
|
|
```
|
|
iwr https://raw.githubusercontent.com/zoicware/RemoveWindowsAI/main/RemoveWindowsAi.ps1 | iex
|
|
```
|
|
|
|
|
|
|
|

|
|
|
|
---
|
|
|
|
### Join The Discord
|
|
|
|
[](https://discord.gg/VsC7XS5vgA)
|
|
|
|
|