aboutsummaryrefslogtreecommitdiffstats
path: root/coin/pre-provisioning/qtci-windows-10-x86_64/disable-ntp.ps1
blob: 226517633d4d99ef381a19d5fbc614018078b1d8 (plain)
1
2
3
4
. "$PSScriptRoot\..\..\provisioning\common\windows\helpers.ps1"

# Disable the NTP from syncing
Run-Executable "w32tm.exe" "/config /syncfromflags:NO"