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