/ Published in: Windows Registry
Three objectives are accomplished here:
Allow the machine to act as an NTP server on the local network, so you have the option to synchronize all other machines from the one. Handy if all machines must be closely sychronized.
Reduce the NTP polling interval to four hours. The default setting is a week, which is plenty of time to become unsynchronized.
Add more NTP servers and change the default. Most computers are synchronizing with time.windows.com; this massive load causes delays and means that your computer's clock may be a few seconds behind.
Expand |
Embed | Plain Text
Windows Registry Editor Version 5.00 ;Allow machine to act as an NTP server on the local network [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters] "LocalNTP"=dword:00000001 ;Reduce NTP polling interval to 4 hours [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpClient] "SpecialPollInterval"=dword:00003840 ;Add more NTP servers to ease load on primary [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DateTime\Servers] @="7" "1"="time.windows.com" "2"="time.nist.gov" "3"="time-a.nist.gov" "4"="time-b.nist.gov" "5"="time-a.timefreq.bldrdoc.gov" "6"="time-b.timefreq.bldrdoc.gov" "7"="time-c.timefreq.bldrdoc.gov"
You need to login to post a comment.
