From 5341d47295f2c6a002be9da7bbf9748fe204e22e Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Wed, 11 Sep 2024 15:30:23 +0200 Subject: [PATCH] disable defender for mas_aio --- scripts/unpack-zipfiles.cmd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/unpack-zipfiles.cmd b/scripts/unpack-zipfiles.cmd index 9df17cc..a6d0175 100644 --- a/scripts/unpack-zipfiles.cmd +++ b/scripts/unpack-zipfiles.cmd @@ -87,8 +87,10 @@ copy /Y config\OfflineRegistryFinder.cfg %TOOLS% echo. echo MAS +powershell -Command "Set-MpPreference -DisableRealtimeMonitoring $true" move /Y %T%\mas\mas_aio*.cmd %TOOLS%\mas_aio.cmd rd /S /Q %T%\mas +powershell -Command "Set-MpPreference -DisableRealtimeMonitoring $false" echo. echo RDPwrapper