You can add more time servers if you wish.
This means you do not need to rely on those two.
All you have to do is to type the following (in order) and save it to desktop as a registry addition.
INSTRUCTIONS1.Type (in order) in NotePadWindows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DateTime\Servers]
@="a"
"a"="x.x.x.x"
2.And save it as "time.reg" on your desktopwhere,
"a" is the number you wish to allocate your server to.
Currently, "1" is reserved for "time.windows.com" and "2" is reserved for "time.nist.gov"
That means, you can specify from "3" onwards.
"x.x.x.x" is the IP address of the time server you wish to add.
----------------------------------------------------------------
For convenience sake, I have written the code out so you can copy and paste.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DateTime\Servers]
@="3"
"3"="208.184.49.9"I don't know why, but there should not be a ";" in the code. Can the mods see to this?There are more time servers IP on this site to choose from.
http://tf.nist.gov/service/time-servers.html------------------------------------------------------------------
To increase the frequency of time sychronization updates, use this code.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpClient]
"SpecialPollInterval"=dword:00015180To make it faster, decrease the value of the dword. To slow down, increase the value of the dword.
Note that you should
NOT set dword to too low (below 10000), or the server may misinterpret your computer as launching a denial-of-service attack, and
ban you from using it.
Cheers.