Server's internal clock

  • Thread starter Thread starter Bob
  • Start date Start date
B

Bob

Our Main server's internal clock speeds up about 15
minutes over the course of a week. This affects all the
client machines too. Is there anyway to to stablize the
system clock on that server without having to change it
every week? Thanks
 
You may want to use the net time command to synchronize to an NTP server on
a regular basis (say every night, or every few hours).
 
from a command line type:

net time /setsntp:ntpserver

where ntpserver is a time server.
 
Back
Top