Changes

Jump to: navigation, search

NTP client configuration

7 bytes removed, 09:44, 13 December 2007
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' />
<remove cmd='cmd /c net stop w32time & net start w32time' />
<remove cmd='cmd /c w32tm /resync /nowait' />
</package>
or:
34
edits

Navigation menu