Time Server


Create a file called time.bat and make this the only line in it:
 
   NET TIME \\timeservername /SET /y
 
save this file in two places:
 
  \winnt35\system32\repl\import\scripts
                  and
  \winnt35\system32\repl\export\scripts
 
Now open user manager and pick the user, click on properties, then on
profile. In the box marked "login script name" enter "time.bat"
 
Next time that user logs into the domain they should get a dos window with
the net time command showing and the time should get set. If it doesn't work
make sure the user has permission to change time on the machine.
 

Setting Up Windows NT Server as a Domain Time Source Server
 -----------------------------------------------------------
 
 WARNING: Using Registry Editor incorrectly can cause serious, system-wide
 problems that may require you to reinstall Windows NT to correct them.
 Microsoft cannot guarantee that any problems resulting from the use of
 Registry Editor can be solved. Use this tool at your own risk.
 
 1. Start the Registry Editor (REGEDT32.EXE) and locate the following
    Registry subkey:
 
       HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services
          \LanManServer\Parameters
 
 2. From the Edit menu, select Add Value.
 
 3. Add the following:
 
       Value Name: TimeSource
       Data Type:  REG_DWORD
       String: 1
 
 4. Choose OK and quit the Registry Editor.
 
 5. Shut down and restart Windows NT.

Backup one step