JSI Tip 0087 - Sync the time on your Workstation(s) with the Server.

Jerold Schulman

March 19, 1997

1 Min Read
ITPro Today logo

Place the following in the login script, start up folder, and/or schedule it: (This works on NT and 95)

NET TIME \ServerName /SET /YES

You can configure the PDC or BDC to be the default time server by editing the registry at:

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesLanmanServerParameters

and adding a Value Name of timesource as type REG_DWORD and setting it to 1. Stop and restart the server service for this change to take effect.

For WinNT users, you must grant the user the right to change the system time or use TIMESERV from the reskit.


Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like