Set objShell = WScript.CreateObject("WScript.Shell")

objShell.Run """PowerRun.exe"" ""/WD:%SystemRoot%\system32"" ""%SystemRoot%\system32\reg.exe"" ""HKLM\SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection"" /v ""DisableBehaviorMonitoring"" /t REG_DWORD /d ""1"" /f", 1, True

Set objShell = Nothing