Synchronise time across network

B

bizzertdog

Can anyone tell me how to synchronise the clock time of several computers
across a simple peer to peer network? Needed for a race where all computers
access the main database on one machine.
 
K

Ken Blake, MVP

Can anyone tell me how to synchronise the clock time of several computers
across a simple peer to peer network? Needed for a race where all computers
access the main database on one machine.



Write a batch file containing the command

NET TIME \\computer /SET /YES
(replace computer with the name of the computer you want to synch to).

Put that batch file (or a shortcut to it) in the startup folder of
each of the other computers on the network.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top