|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Announcements
Chapters
Services
Feature Zones
|
IntroductionI used to run Atomic clock to keep my system time accurate. But after the last rebuild of this computer I didn't want to reinstall it. So I did a bit of poking around in MSDN and found the steps needed to let Windows 2000 synchronise itself to an internet time source using a service that's shipped as part of the operating system.There's nothing earth-shattering in this little article - everything I present can be found in MSDN but I thought I'd write it up to save someone else the time needed to track it all down. The primary source of information I used is the MicroSoft Knowledgebase article Q223184. (Clickety not provided because the URL's sometimes change). Environment this article refers toI've only tested this on Windows 2000 Professional, Service Pack 4.Using the Windows 2000 time serviceFirst you need to modify the following registry keys (or download the registry script at the top of this article and merge it into your registry).HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters]
"LocalNTP"=dword:00000000
"Period"="SpecialSkew"
"NtpServer"="india.colorado.edu"
"NTP"="NTP"
"Type"="NTP"
The LocalNTP entry determines whether this machine, having been synchronised to an external source, will act as an NTP server for your local network.
The The You can also set the net time /setsntp:india.colorado.edu
You can query the current NtpServer setting by executing this command net time /querysntp
which will display the current server name (or IP).
The Once you've set the registry entries you need to set the time service to run automatically upon boot. The service is called That's itI hope this little article comes in useful for someone out there.HistoryJanuary 7, 2004 - Initial version.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||