Timesync in network

  • Thread starter Thread starter ET
  • Start date Start date
E

ET

Is it possible to timesync. in a network containing just
XP prof. workstations in a workgroup? (and let one PC be
the "server")

The network has no connection with internet.

ET
 
Sure it's possible :)

From the the workstation, open a command prompt window
and type

net time \\computername /set

and then smack the enter key.

This will synchronize the local machine's time with
\\computername - you can also run this in a batch file if
you like.

For more information open a command prompt window and
type "net help time"

hth -
 
Is it possible to timesync. in a network containing just
XP prof. workstations in a workgroup? (and let one PC be
the "server")

The network has no connection with internet.

ET

Hi

Yes, you need the 'net time' command. The format would be 'net time
\\machine /SET /YES' run form a command prompt or batch file (without the
quotes, obviously) with the machine name set to your 'server'.

HTH

Regards

Bil
 
Back
Top