# Turning off win defender. # # If disabled manually, windows will automatically enable it after # some period of time. Disabling it speeds up the builds. . "$PSScriptRoot\helpers.ps1" Run-Executable "reg.exe" "ADD `"HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender`" /V DisableAntiSpyware /T REG_dWORD /D 1 /F"