From 8ab34ffbbbd9148c9cfe4159a66c676818ab2a60 Mon Sep 17 00:00:00 2001 From: zoicware <118035521+zoicware@users.noreply.github.com> Date: Mon, 21 Jul 2025 19:13:28 -0400 Subject: [PATCH] Add Docs --- Documentation.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation.md b/Documentation.md index 92e1695..1aac91e 100644 --- a/Documentation.md +++ b/Documentation.md @@ -56,4 +56,10 @@ #### Removing AI Files and Folders - 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