mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-07 23:46:51 +08:00
This will reduct the timeouts coin has had recently with win machines. Change-Id: I32118f226194a3ea5e3c85d24103ec8341925d3c Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
6 lines
272 B
PowerShell
6 lines
272 B
PowerShell
# Turning off win defender.
|
|
#
|
|
# If disabled manually, windows will automatically enable it after
|
|
# some period of time. Disabling it speeds up the builds.
|
|
REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender" /V DisableAntiSpyware /T REG_dWORD /D 1 /F
|