Things You'll Need:
- Windows 2003 Server
- External time source
-
Step 1
Configure Windows Server 2003 to be a time server using an external source for time. Open a command prompt by clicking on "Start," then "Run." Type “cmd” and press Enter or click on “OK.”
-
Step 2
Type the following in the command prompt, omitting the quotes:“w32tm /config /syncfromflags:manual /manualpeerlist:list”List is a file that contains a list of DNS names or IP addresses of the time sources you want to use. It is a comma-separated list.
-
Step 3
Type in, without the quotes:“w32tm /config /reliable:YES”This command tells the server to tell other systems on your network that it is a reliable time server.
-
Step 4
Tell the server to execute the changes that you just made:“w32tm /config /update”
-
Step 5
Exit the command prompt. Type “exit” and press Enter.
-
Step 6
Set up Windows Server 2003 to provide its time as the network time. Click "Start," then "Run." Type in “regedit” and click "OK" or press Enter.
-
Step 7
In the left-side pane, locate and left-click the registry key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpClient
-
Step 8
In the right-side pane, right-click “Enabled,” then left-click “Modify.” A dialog box will appear.
-
Step 9
Enter a “0” under “Value Data” in the Edit DWORD Value area, and click "OK."
-
Step 10
Click "File," then "Exit."
-
Step 11
Open a command prompt by clicking on "Start," then "Run." Type in “cmd” and press Enter or click on “OK.”
-
Step 12
Enter the following in the command prompt window:“w32tm /config /reliable:YES”This command tells the server to tell other systems on your network that it is a reliable time server.
-
Step 13
Reset the Windows Time service as a server only. To do this, enter the following command, ignoring quotes, and press Enter:“net stop w32time && net start w32time”
-
Step 14
Type “Exit” and press Enter to close your command prompt.











