.
This commit is contained in:
parent
bf8146c5d9
commit
d4396908a8
@ -30,6 +30,10 @@ if NOT EXIST %DRIVE% (
|
||||
echo using drive [ %DRIVE% ] ...
|
||||
echo.
|
||||
|
||||
echo disabling Windows defender for PATH [ %DRIVE% ] ...
|
||||
powershell -inputformat none -outputformat none -NonInteractive -Command Add-MpPreference -ExclusionPath %DRIVE%
|
||||
echo.
|
||||
|
||||
if NOT EXIST %SOURCES%\%BOOTFILE% (
|
||||
echo DOH! no %BOOTFILE% in [ %SOURCES% ] found
|
||||
exit /b
|
||||
|
Loading…
Reference in New Issue
Block a user