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

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