1.windows Server 2008 Standard servers do not have NTP.
2. Some of the tutorials on the web are inaccurate and can be implemented below. The NTP server has been running for a long time and the problem does not occur.
3. Information is collected online.
The steps are as follows:
1. Open the Start menu and click Run Input regedit to open the Windows registry.
2. find the following location
Hkey_local_machine\system\currentcontrolset\services\w32time\config
3. Locate announceflags Double-click to save the modified value to 5 .
4. Turn on NTPServer
1. find the following location in the registry:
Hkey_local_machine\system\currentcontrolset\services\w32time\timeproviders\ntpserver\
2. Locate Enable and modify its value to 1.
5. Open the Start menu input CMD in the command line mode to enter:
net stop W32Time && net start w32time Restart the Win32time service.
-----------------------------
issues to be aware of:
1. set the w32time service startup mode to Automatic in system services.
2. Make sure the firewall allows UDP123 port access.
so you can The NTP client tests the time from this server to proofread the system.
This article is from the "WINDOWS2008NTP Server" blog, so be sure to keep this source http://sllikp.blog.51cto.com/2811344/1639055
Windows Server 2008 builds an NTP server