By default since Windows 2000 your computer is set to automatically synchronize its internal clock with either ntp://time.windows.com or ntp://time.nist.gov servers? So why does your computer clock at work seem to be weirdly off from the "Real World"? Well I know when I used to have the correct permissions to set the time on my PC at work I would change it to match the "Real World" and sure as heck as soon as I rebooted that hunk it would go back to having the wrong time. Well unfortunately in a company or corporate network you most times either do not have "sufficient permissions" to change your clock setting or the network is sending a script out each time you reboot you box to sync. all the computers across the company to have the same time, adjusting for time zones of course if applicable. So what does that have to do with this post and download you say? Well as far as work goes I right clicked on my "START" button went to properties and choose the "Taskbar" tab and unchecked the SHOW THE CLOCK option. Might not be the best fix but I have plenty of clocks with the right time on my person and desk to keep me on time at work. At home its a different story I searched around to find a good way to insure that my clock would reflect the correct time since a lot of my life is based off of either using my Home PC to do something or my laptop. What I found was Dimension 4.
“Simply put, Dimension 4 v5.0 is the fastest and easiest way to synchronize your PC’s clock for Windows-based operating systems. Once Dimension 4 is installed, you’ll most likely forget that it’s even running. It’s that automatic.” You may think that the incorrect time is a small annoyance that you can handle. Well, so did one of my ‘geek’ friends, until he could not make his encryption work. The authentication for the encryption program was based on the correct current time. If there was a discrepancy in the time, the encryption codes would not work. It took him a good weekend, plus a few days, to find out what the problem was. VIA: Dogreader
If you are a bit more comfortable with your computer and do not mind tinkering with the registry a bit here is a solution for you that will not involve running a program in the background. - Open the "CMD" window Click: Start --> Run --> Type CMD
- Stop Windows time service type: net stop w32time
- Add tick.usno.navy.mil and tock.usno.navy.mil as primary and secondary time servers, retain time.windows.com and time-b.nist.gov as third and fourth servers: Type the following into the CMD window
reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DateTime\Servers /v 0 /t REG_SZ /d tock.usno.navy.mil reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DateTime\Servers /v 1 /t REG_SZ /d tick.usno.navy.mil reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DateTime\Servers /v 2 /t REG_SZ /d time.windows.com reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DateTime\Servers /v 3 /t REG_SZ /d time-b.nist.gov - Start the Windows time service back up type: net start w32time
- Check everything is setup correctly by typing: W32tm /resync
Labels: Download of the day |