update script features

This commit is contained in:
zoicware
2025-11-20 01:46:23 -06:00
committed by GitHub
parent 4eeea16fb0
commit 42414f6e6a

View File

@@ -10,18 +10,34 @@ The current 25H2 build of Windows 11 and future builds will include increasingly
### Script Features ### Script Features
- **Registry** - **Disable Registry Keys**
- Disable Copilot, Recall, Input Insights, CoPilot in Edge, Image Creator in Paint, Remove AI Fabric Service - Disable Copilot
- Remove all AI appxpackages and force remove the files - Disable Recall
- Disable Copilot policies in IntegratedServicesRegionPolicySet.json - Disable Input Insights and typing data harvesting
- Remove Recall Optional Feature - Copilot in Edge
- Remove all hidden Copilot installers - Image Creator in Paint
- Disable Rewrite for Notepad - Remove AI Fabric Service
- Delete any screenshots and data stored by Recall - Disable AI Actions
- Remove Recall Scheduled Task - Disable AI in Paint
- Remove Machine Learning DLL's - Disable Voice Access
- Remove Hidden AI CBS Packages - Disable AI Voice Effects
- Prevent Windows Update from Reinstalling AI Packages - Disable AI in Settings Search
- **Prevent Reinstall of AI Packages**
- Installs custom Windows Update package to prevent reinstall of AI packages in the CBS (Component-Based Servicing) store
- **Disable Copilot policies**
- Disables policies related to Copilot and Recall in IntegratedServicesRegionPolicySet.json
- **Remove AI Appx Packages**
- Removes all AI appx packages including `Nonremovable` packages and WindowsWorkload
- **Remove Recall Optional Feature**
- **Remove AI Packages in CBS**
- This will remove hidden and locked AI packages in the CBS (Component-Based Servicing) store
- **Remove AI Files**
- This will do a full system cleanup removing all remaining AI installers, registry keys, and package files
- **Hide AI Components**
- This will hide the settings page `AI Components`
- **Disable Rewrite AI Feature in Notepad**
- **Remove Recall Tasks**
- Forceably removes all instances of Recall's scheduled tasks
#### 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.