JSI Tip 9660. The Group Policy preset values for the Windows Time service in Windows Server 2003 are more restrictive than the default registry values?

Jerold Schulman

August 22, 2005

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

When you configure the Windows Time service using group policy at Computer ConfigurationAdministrative TemplatesSystemWindows Time Service, the preset value for LargePhaseOffset and SpikeWatchPeriod are different (more restrictive) than the corresponding registry defaults at HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesW32TimeConfig, causing event log errors when you apply the policy.

The LargePhaseOffset preset should be 50000000 instead of 128000. This is the time difference between local and network time which W32Time will consider a spike. The higher value generates fewer warning messages. The 128000 generates a more accurate time synchronization.

The SpikeWatchPeriod the amount of time that a suspicious offset must persist before it is accepted as correct (in seconds). The preset should be 900 seconds instead of 90 seconds.

To change the values:

1. Use the Group Policy Editor to navigate to Computer ConfigurationAdministrative TemplatesSystemWindows Time Service.

2. Double-click Global Configuration Settings.

3. Change the value of LargePhaseOffset and SpikeWatchPeriod.

4. Press Apply and OK.

NOTE: See Windows Time Service



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