Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Network Clock
Name: Alan Vowles Date: October 9, 2001 at 09:25:58 Pacific
Comment:
I have an NT server with W95 clients. Pre NT, under Novell, each client used to take it's clock from the server but under NT this doesnt happen. How can I achieve this under NT. Each user does already have a script file, perhaps there is a command I can put in these?
You can always get a free shareware utility to check one of the atomic clocks.
http://www.analogx.com
0
Response Number 2
Name: mark Date: October 9, 2001 at 22:50:46 Pacific
Reply:
create a time-server and get each machine to synchronise to this see dos command 'net time'
0
Response Number 3
Name: Geoff Date: October 11, 2001 at 09:40:55 Pacific
Reply:
An easy fix is to install the timeserv.exe from the NT4 Resource Kit on one server (typically the PDC) and set it to synch with a public time service like NASA (its in the readme with timeserv).
Once you have the server set to update regularly you can add a line in the login script
net time \\servername /s /y
which will force each PC to synch with the server time at each login.