mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-18 02:06:20 +08:00
Windows 11 21H2 will be replaced by 22H2 version Task-number: QTQAINFRA-5203 Pick-to: 6.4 Change-Id: Iad18055cf84d9c1ff38984611c820b1c23d663a2 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Matti Paaso <matti.paaso@qt.io>
5 lines
151 B
PowerShell
5 lines
151 B
PowerShell
. "$PSScriptRoot\..\..\provisioning\common\windows\helpers.ps1"
|
|
|
|
# Disable the NTP from syncing
|
|
Run-Executable "w32tm.exe" "/config /syncfromflags:NO"
|