This commit is contained in:
Michael H.G. Schmidt 2024-11-19 13:35:15 +01:00
parent bf8146c5d9
commit d4396908a8

View File

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