The Windows Time service (W32Time) is designed to maintain date and time synchronization for computers running Windows 2000XP/2003. The primary use for such time synchronization is to ensure the security of Kerberos authentication within an Active Directory environment. To prevent replay attacks, Kerberos tickets presented to domain controllers by clients are time-stamped. The authenticating domain controller checks to make sure the timestamp is unique and falls within an allowable skew before accepting the ticket and authenticating the client. To ensure this system works properly, both the client and the domain controller clocks must be loosely synchronized within the allowable skew, and W32Time ensures this is the case.
Start to modify windows registry.
Login into your windows server.
Click "HKLM\SYSTEM\CurrentControlSet\Services\W32Time\Config\AnnounceFlags"
This registry entry controls whether the local computer is marked
as a reliable time server (which is only possible if the previous
registry entry is set to NTP as described above). Change this REG_DWORD value from 10 to 5 here.
Click"HKLM\SYSTEM\CurrentControlSet\Services\W32Time\Parameters\NtpServer"
This registry entry specifies a space-delimited list of stratum 1 time
servers from which the local computer can obtain reliable time stamps.
The list may consist of one or more DNS names or IP addresses (if DNS
names are used then you must append ,0x1 to the end of each DNS name).
For example, to synchronize the PDC Emulator in your forest root domain
with tock.usno.navy.mil, an open-access SNTP time server run by the United States Naval Observatory, change the value of the NtpServer registry entry from time.windows.com,0x1 to tock.usno.navy.mil,0x1 here. Alternatively, you can specify the IP address of this time server, which is 192.5.41.209 instead.
Now stop and restart the Windows Time service using the following commands:
c:\>w32tm /resync /rediscover
Recent comments
38 weeks 6 days ago
42 weeks 3 days ago
50 weeks 6 days ago