net time on Win2k network

  • Thread starter Thread starter Joe Coco
  • Start date Start date
J

Joe Coco

I'm trying to time sync multiple W2k PC's on a Win2000
server without outside timesources. There is no domain,
it's all a workgroup. The instructions I'm finding in the
knowledge base are vague at best. Any ideas?
 
Hi Joe,

If your server is connected to the internet, you can use the following. You
would just have to give those commands once from the commandprompt:
net time /setsntp:time.nist.gov (or any other public timeserver)
net stop w32time
w32tm -once -v
net start w32time

On the W2K/XP-clients only once:
net time /setsntp:servername
w32tm -once -v

Marina
 
Back
Top