Synchronise time across network

  • Thread starter Thread starter bizzertdog
  • Start date Start date
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.
 
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.
 
Back
Top