I have a that PC (Windows XP SP3) keeps losing time whereby it ends up being about 5 mins slow per day from all the other PCs and clocks about the place.

Is there a way to increase frequency of time server synchronisations to keep this in check? Or better yet, a reason for this issue, perhaps some recent windows update has this side effect I wouldn't know.

link|improve this question
feedback

2 Answers

up vote 1 down vote accepted

You can adjust it in Registry.

  • start registry editor (regedit will do fine)
  • go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpClient
  • edit value SpecialPollInterval.

SpecialPollInterval is defined in seconds. If you wish e.g. 1 hour just write 3600. You can calculate rest from here.

link|improve this answer
Yep that'll do it! Didn't seem to take effect until I changed the provider, but good enough. Thanks. – Scott Bennett-McLeish Apr 30 '10 at 11:27
feedback

It's recommended to not set this property below 14400 (4 hours) to avoid getting banned from the time servers.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.