34
edits
Changes
no edit summary
How to enable or disable NTP client on Windows.
<package id="ntp-client" name="NTP time synchronization" revision="1" priority="999" reboot="false" execute="once">
<install cmd='cmd /c sc config w32time start= auto' />
<install cmd='cmd /c net time /setsntp:192.168.0.1' />