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

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