OneTipADay - What Will You Learn Today? |
Make Windows Clock More Accurate – Part II Posted: 28 Jul 2011 08:31 AM PDT Posted on One Tip A Day - What Will You Learn Today? Last month I wrote a post ‘Make Windows Clock More Accurate‘ explaining how to make the windows clock more accurate by changing the server that Windows uses to synchronize time. As some readers pointed out, this didn’t completely fix the problem of Windows always running late. The problem goes even deeper, and it appears that Window’s inbuilt task to synchronize time is, well, a bit stupid. This task will only check if the Windows Time Service is running, and will only update the time once a week even if you change the schedule. To stop the couple of minutes a week drift in Windows, we have to create our own task to get the windows time to update once a day Create Scheduled Task
(i) choose ‘Start a program’ enter ’%windir%\system32\sc.exe’ with the arguments ‘start w32time task_started’ (ii) choose ‘Start a program’ enter ’%windir%\system32\w32tm.exe’ with the arguments ‘/resync’
That’s it. If you want to doublecheck everything is ok, you can manually run the task by rightclicking on the task and selecting ‘Run’. Related PostsMake Windows Clock More Accurate – Part II is a post from One Tip A Day - What Will You Learn Today? - Tips for your PC, Mobile, MP3 player, Software and more. Each day One Tip will be posted: Simple and quick to apply for all user levels.. Visit One Tip A Day - What Will You Learn Today? for the Latest Tips for your PC, Mobile, MP3 player, Software and more. Each day One Tip will be posted: Simple and quick to apply for all user levels. |
You are subscribed to email updates from One Tip A Day - What Will You Learn Today? To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google Inc., 20 West Kinzie, Chicago IL USA 60610 |
0 comments:
Post a Comment