Client Time Change After Restart

  • Thread starter Thread starter Dimitris Kontis
  • Start date Start date
D

Dimitris Kontis

Hello all,

Whenever I restart a client the time is changed. The
server has always the correct time but it doesn't send it
to the client. How can I solve this?
 
You could run some kind of logon script on the client that
forces a time sync using a net time \sync

-M
 
You can put a line in your logon script like this:
net time \\your_server_name /set /yes

This method assumes that the users have the right to change the local
system clock.
 
Back
Top