Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Configuring the Registry entries for Time Sync Service  (Read 8514 times)

0 Members and 1 Guest are viewing this topic.

nidhinjo

  • Guest
Configuring the Registry entries for Time Sync Service
« on: May 26, 2018, 10:16:44 pm »
This KB describes how to adjust synchronize the time frequency under Windows VM.

1) Go to Start, run Regedit

2) The registry values listed in this article are located in the following registry key:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpClient\SpecialPollInterval

Normally, W32Time will poll (make a time request) on a floating interval, based on the quality of the time samples being returned by the time source. You can however specify a static interval that the time service will syncronize on. This value is in seconds. For example, if you set a of 3600, the time service will syncronize every hour (60 minutes * 60 seconds).

Edit the value upon your needs. Then close it.

3) Restart the w32time services to take effect.

Running under command prompt

Code: [Select]
> net stop w32time && net start w32time
================================= :)=========================