How to synchronize the Client PC Time with Server W2003?

Post Reply
User avatar
dutch
Posts: 1395
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

How to synchronize the Client PC Time with Server W2003?

Post by dutch »

Dear all,

I've the problem with time at client PC. The user can change it. In the past I've use the Netware and the client PC will get the time from File Server but on Windows how can I do that.

Regards,
Dutch
StefanHaupt
Posts: 824
Joined: Thu Oct 13, 2005 7:39 am
Location: Germany

Post by StefanHaupt »

Dutch,

in XP: Control Center/ Date and Time/ Internettime

I hope I translated the german expressions correct :wink:

or

net time /setsntp:<timeserver>
kind regards
Stefan
hua
Posts: 861
Joined: Fri Oct 28, 2005 2:27 am

Post by hua »

At my office, here's how I set it up. Set the lan server to sync its time with one of those public time server while workstations are set to sync with the lan server. On my XP machine, I inserted this in autoexec.nt,

Code: Select all

net time \\LanServerName /set /yes
User avatar
dutch
Posts: 1395
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

Post by dutch »

I got it.
Thanks for all,
Dutch
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

Post by Otto »

Hello Dutch,
could you share with us how?
Thanks in advance
Otto
User avatar
James Bott
Posts: 4654
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA
Contact:

Post by James Bott »

The problem with Windows built-in time setting is that it only sets the time once a week. I have seen computers that loose several minutes in a week.

I have free software scheduled, using the Windows scheduler, that sets the time once a day. You can get the software here:

http://tf.nist.gov/service/its.htm

This software is provided by the US Gov. I don't know if it is limited to US time zones or not.

James
StefanHaupt
Posts: 824
Joined: Thu Oct 13, 2005 7:39 am
Location: Germany

Post by StefanHaupt »

James,

you can set this parameter in the registry

HKLM\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpClient\SpecialPollInterval
Reg_DWORD
Dezimal
poll intervall in Seconds (86400 = 1d)
kind regards
Stefan
User avatar
James Bott
Posts: 4654
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA
Contact:

Post by James Bott »

Stefan,

Thanks for the tip. Nice.

James
Post Reply