https://github.com/zoicware/removewindowsai
Force Remove Copilot and Recall in Windows
https://github.com/zoicware/removewindowsai
copilot recall windows
Last synced: about 1 year ago
JSON representation
Force Remove Copilot and Recall in Windows
- Host: GitHub
- URL: https://github.com/zoicware/removewindowsai
- Owner: zoicware
- License: mit
- Created: 2024-06-07T04:37:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-28T00:02:05.000Z (about 1 year ago)
- Last Synced: 2025-04-02T08:51:10.654Z (about 1 year ago)
- Topics: copilot, recall, windows
- Language: PowerShell
- Homepage:
- Size: 116 KB
- Stars: 86
- Watchers: 7
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Remove Windows Ai
## Why?
With the upcoming 24H2 Update to Windows 11 Microsoft will begin to implement Copilot and Recall. These features are a major security risk and very intrusive to the users experience.

----------------------
### 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
### How to Use
**Run From Powershell Console as Administrator**
```
iwr https://raw.githubusercontent.com/zoicware/RemoveWindowsAI/main/RemoveWindowsAi.ps1 | iex
```
