Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

How to change Win XP Internet Time synch

Featured Replies

I like to use the little Internet Time synchronization utility that comes witn windows XP (Start > Settings > Control Panel > Date and Time > Internet Time). It is simple, comes with the OS, and does exactly what I want: synchronizing the computer clock.

The only drawbacks are that, by default, it updates the clock once a week, and that the only two server options available (NIST and Microsoft itself) are busy servers, so synchronization lasts several seconds (10 to 20) when I want to do it manually clicking Update Now.

The following are two registry tweaks to improve the Internet Time synchronization:

To automatically synchronize the computer clock once a day:

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpClient]
"SpecialPollInterval"=dword:00015180

To use a faster public server (in N.Y.) that synchronizes almost instantly as a third option (it does not erase the other two):

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DateTime\Servers]
@="3"
"3"="208.184.49.9"

How to use the code:

Open Notepad

Copy the code

Save as Whatever-you-want.reg (for example: time.reg)

Double click the file

Click yes


Probably been posted before but Heres some more Time Servers

Going on what you have as Number 3 I add # 4 - 8

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DateTime\Servers]
"4"="clock.isc.org"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DateTime\Servers]
"5"="timekeeper.isi.edu"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DateTime\Servers]
"6"="usno.pa-x.dec.com"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DateTime\Servers]
"7"="tock.usno.navy.mil"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DateTime\Servers]
"8"="tick.usno.navy.mil"

  • 2 weeks later...

any way to make them the default servers for synchronizing? :huh:

nice tip btw ;)

  • 1 year later...
Hi,...
I think that you could make somethink like that.

---------------------------------------------------------------------------------------------------------

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DateTime\Servers]
@="1"
"1"="time.windows.com"
"2"="time.nist.gov"
"3"="208.184.49.9"
"4"="clock.isc.org"
"5"="timekeeper.isi.edu"
"6"="usno.pa-x.dec.com"
"7"="tock.usno.navy.mil"
"8"="tick.usno.navy.mil"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpClient]
"SpecialPollInterval"=dword:00015180

---------------------------------------------------------------------------------------------------------

But i like when I "merge" this *.reg, the Internet Time check box, begins/stay active. How can i do that?

thanks
snow

ps - the @="1" makes that internet time address, the default.

Edited by edusnow

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.