JSI Tip 4167. How do I configure the Windows 2000 time service to log when time is adjusted?

Jerold Schulman

September 30, 2001

1 Min Read
ITPro Today logo in a gray background | ITPro Today

To force the W32time service to log an event when the time is adjusted:

1. Use Regedt32 to navigate to HKEY_LOCAL_MACHINESystemCurrentControlSetServicesW32TimeParameters.

2. Edit or Add Value name Log, a REG_DWORD data type, and set the data value, using the Hex radix, to 0x00000064.

3. Edit or Add Value name WriteLog, a string (REG_SZ) data type, and set the data value to True.

When time is adjusted, the W32time service will post Event ID 61 in the System event log. The text will be similar to The Time service synced time from time source .

You may also receive Event ID 0, Time set (offset < .5) second.

If an error with synchronization occurs, event ID 11 is posted, The NTP server didn't respond.

See tip 2669 How do I configure an authoritative time server in Windows 2000?




Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like