This commit is contained in:
zoicware
2025-07-21 19:13:28 -04:00
committed by GitHub
parent 7c8fa0b602
commit 8ab34ffbbb

View File

@@ -56,4 +56,10 @@
#### Removing AI Files and Folders #### Removing AI Files and Folders
- The script will forcibly remove the Appx package install locations, remove Machine Learning Dlls, and hidden Copilot installers. - The script will forcibly remove the Appx package install locations, remove Machine Learning Dlls, and hidden Copilot installers.
#### Disable Rewrite In Notepad
- There is two methods of doing this, the first way is loading the settings.dat file from notepads appdata directory into registry and setting the `RewriteEnabled` key to false
- Later on Microsoft added a much simpler policy to disable this, the script does both methods to be sure its disabled
#### Remove Recall Scheduled Task
- This will create another sub script in `%TEMP%` in order to run with system privileges
- The script will agressively remove Recall's scheduled tasks by removing the files as well as the registry entries