Fix The Windows Clock So It Syncs Properly
#1
Posted 16 March 2010 - 01:38 PM
#2
Posted 16 March 2010 - 02:21 PM
To be honest, I haven't noticed a problem on my Acer ultraportable running Windows 7 Home Premium, but I'll make the change anyway.
#3
Posted 16 March 2010 - 05:25 PM
thanks for this tip and i hope it work for me
tc and gl
~M. Kathleen Casey
Take Care and Good Luck
:-)
#4
Posted 16 March 2010 - 05:28 PM
~M. Kathleen Casey
Take Care and Good Luck
:-)
#6
Posted 17 March 2010 - 07:08 AM
You should ping each server to find the one with the smalled ping value, meaning it will be close to you in network terms. Or download their software to have it automatically find the closest.
#8
Posted 17 March 2010 - 11:48 AM
I've seldom had a problem syncing to any of the time servers, except time.windows.com, which always seems to have issues (probably overloaded, like everything else at Microsoft's websites). I tried to use your suggested server at pool.ntp.org, and it failed to connect (I'm sure it was just busy each time I tried). I prefer syncing to the time.nist.gov server. Granted, it is operated by the U.S. government, but it is one of the few things they've actually done right.
Thanks for the informative articles. Keep up the good work.
Jamie
#9
Posted 17 March 2010 - 01:25 PM
Perhaps the fact these are domain machines, they will synchronize with the nearest Active Directory Controller while connected to the business?
When these nodes are not in contact with (logged into) any AD node (either because I'm not connected to any Enterprise Network or I'm away, on the road, at home, or travelling, hotel room, airport...) then the synchronization occurs automatically, first to:
- time.windows.com
- time.nist.gov
- time-a.nist.gov
I didn't know about this pool.ntp.org round-robbin DNS NTP server? Thanks for the info.
But making an article with:
Quote
Rick Broida
timestamp(1268775480000,'longDateTime')Mar 16, 2010 5:38 pm
Windows 7 may be the best Windows yet, but it suffers from the same annoying problem that plagued Vista and even XP: Its clock doesn't keep good time.
Is pure FUD and disinformation. At fault is probably your ISP for being congested. Or some weird misconfiguration of your TCP/IP settings, or some crappy anti-virus software suite.
As to our Active Domain Controllers NTP time reference servers, I specifically configure them to:
net time /setsntp:"time-nw.nist.gov tick.usno.navy.mil tock.usno.navy.mil"
through a script entitled setsntp.cmd in the startup of the Windows Server. This script will work from Windows 2000 Server all the way to Windows 2008 Server.
For more technical info:
Quote
The Naval Observatory operates an ensemble of stratum 1 NTP servers which are synchronized to the USNO Master Clocks or to GPS as their stratum 0.


About as precise as it can be?
For those who want to synchronize their personal computer clocks manually with a precise atomic reference, please see:
The freeware utility AtomTime95. That too works very well today from Windows 7 all the way down to Windows 95.
Bottom line is Windows works all by itself very well, thank you. However, I've noticed much faster manual time synchronization using Vista or Windows 7 rather than Windows XP. And when one site times-out (such as the time.microsoft.com NTP server) while using XP, that's why I've configured the other servers in the drop down box.
Again thanks for the pool.ntp.org. Remember that simply pointing to an arbitrary NTP server doesn't change Windows. The fault resides with anything in the path to the NTP server, starting with your local ISP.
#10
Posted 17 March 2010 - 03:46 PM
well wintard of coarse you don't have this problem because you change the default windoze server but if you had left t to the default you would of had a small chance to experience
btw what caused you not to trust micro$oft and change the default time server to begin with
~M. Kathleen Casey
Take Care and Good Luck
:-)
#12
Posted 18 March 2010 - 06:20 AM
dragon69, on 17 March 2010 - 03:46 PM, said:
well wintard of coarse you don't have this problem because you change the default windoze server but if you had left t to the default you would of had a small chance to experience
btw what caused you not to trust micro$oft and change the default time server to begin with
You never understand anything do you? Yet you love to twist things around as a FUD master?
I didn't change the default server from time.microsoft.com. I just added two more, just like the author of this article pointed out: pool.ntp.org is just another bunch of NTP server is it? (Load balanced in a round-robbin DNS fashion). If you still don't understand what that means, then do your homework by yourself.
Why are some people so obtuse and correspondingly so anti-Microsoft? At least if you had some rational arguments?
You do realize there are differences between client and servers? And that clients synchronize with the nearest server, in this case the AD Controller in a domain? Anyway, it appears Active Directory, LDAP and Kerberos are well beyond the scope of your comprehension...
Too bad. So sad.
#13
Posted 18 March 2010 - 06:22 AM
Intel i5-3570k....Asrock Z77 Extreme 4....EVGA GTX460....16GB DDR3 1600 Patriot Gamer 2....Seasonic X-Series 850W PSU....2x ADATA S510 120GB SSDs and 1x Mushkin Enhanced Chronos 120GB SSD....Samsung 23" Wide-screen....Windows 7 Ultimate 64-bit....Sound Blaster X-Fi HD
Laptop:
Lenovo Y570....i5-2450 @ 2.5GHz....nVidia GT 555m....8GB DDR3 1333....Crucial M4 64GB msata SSD + 500GB 7200rpm HDD....Windows 7 Home Premium 64-bit
Teamspeak/Web server:
C2D E6600....Asus P5QL-EPU....nVidia GT 210....4GB DDR2 Gskill....Antec Power Basiq 550 Plus....OCZ Onyx SSD....Windows XP Pro
#14
Posted 18 March 2010 - 12:24 PM
Active Directory is fundamentally built upon native LDAP (Lightweight Directory Access Protocol) and uses Kerberos as a method of network authentication protocol. Kerberos requires every single node in a forest be synchronized to prevent spoofing attacks. Thus security tokens are time-sensitive and expire after a time period. This prevents anyone from snooping upon packets and simply replaying "man-in-the-middle" tokens to fool the security infrastructure and usurp some identity.
Quote
Time Source Peer Authentication
Within an Active Directory forest, the Windows Time service (W32time) relies on standard domain security features to enforce the authentication of time data. The security of Network Time Protocol (NTP) packets that are sent between a domain member and a local domain controller that is acting as a time server is based on shared key authentication. The Windows Time service uses the local computer's Kerberos session key to create authenticated signatures on NTP packets that are sent across the network. When a computer requests the time from a domain controller in the domain hierarchy, the Windows Time service requires that the time be authenticated. The domain controller then returns the required information in the form of a 64-bit value that has been authenticated with the session key from the NetLogon service. If the returned NTP packet is not signed with the computer’s session key or if it is not signed correctly, the time is rejected. In this way, the Windows Time service provides security for NTP data in an Active Directory forest.
~~~~~~~~~~
A specialist is someone who knows more and more about less and less until they know absolutely everything about nothing.
~ A Specialist
#15
Posted 23 March 2010 - 10:23 AM
dragon69, on 16 March 2010 - 05:25 PM, said:
I've had this problem many times, even with changing the time server. With the one you listed I got it first time. Couldn't believe it so I did it again the next day and it worked like a charm. BTW I first saw this in your article in the Washington Post and they didn't print the name of the server used, All it said was "replace it with.." so I had to hunt you down.
#16
Posted 26 March 2010 - 03:28 PM
For, however, those willing to edit the registry, there is an easy fix. The update interval is specified in seconds, so, for example, you can change the interval to once a day by substituting in the registry key the number of seconds in a day: 86,400. See http://www.howtogeek...-sync-problems/ for the details. (The link to this page was provided in a Microsoft tech forum by Microsoft tech.)
#17
Posted 30 August 2010 - 11:57 AM
#18
Posted 12 April 2012 - 04:03 AM
#19
Posted 15 April 2012 - 03:04 PM
Help






















