Time synchronization

  • Thread starter Thread starter Lurc
  • Start date Start date
L

Lurc

Hi guru,

Is there any way that client can perform time synchronization with server?
Client PC uses modem to dialup and connect server with VPN channel, so it is
impossible to use time synchronization server on the web.
 
Lurc said:
Hi guru,

Is there any way that client can perform time synchronization with server?
Client PC uses modem to dialup and connect server with VPN channel, so it is
impossible to use time synchronization server on the web.

Use a logon script:

net time \\YourServer /set /yes
 
Back
Top