Configure PDC with authoritative Time source
Last updated:
ADWINDOWS
To configure time synchronization through registry edit on the PDC emulator:
-
Open Registry Editor (regedit.exe).
-
Navigate to the following registry key:
HKLM\System\CurrentControlSet\Services\W32Time\Parameters
. -
To use a specific NTP source, modify the Type value to NTP.
-
Modify the NtpServer value to contain the NTP server to synchronize time with followed by 0x8, for example 131.107.13.100,0x8. Multiple NTP servers must be space-delimited, for example 131.107.13.100,0x8 24.56.178.140,0x8
-
Open an administrative Command prompt and execute the following command:
w32tm /config /update
.