My clock is too fast - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Tech Talk (/forumdisplay.php?fid=17) +----- Thread: My clock is too fast (/showthread.php?tid=52411) My clock is too fast by Supersonicdarky on 10-30-2005 at 01:39 AM
everyday the clock goes about 3-4 minutes faster, so i have to update the time to fix it RE: My clock is too fast by CookieRevised on 10-30-2005 at 01:47 AM
In a very remote way this can be caused by an almost empty battery on your motherboard. But useually you first would see other indications though, like BIOS settings which aren't properly saved anymore, etc. Also, in most cases, if your battery on your motherboard is dying the clock usually goes slower, not faster (but it isn't totally impossible though)... RE: My clock is too fast by Supersonicdarky on 10-30-2005 at 06:47 PM
that's how i always syncronize it RE: My clock is too fast by absorbation on 10-30-2005 at 07:07 PM
Double Click on your windows time and select "Internet Time" tab and select where you want the update to come from and select update now RE: My clock is too fast by Supersonicdarky on 10-30-2005 at 07:09 PM
RE: My clock is too fast by absorbation on 10-30-2005 at 07:19 PM Select learn more about time synchronization in Help and Support they may provide your answer RE: My clock is too fast by Anubis on 10-30-2005 at 07:23 PM
quote:Sometimes age isn't the problem, the manufatoring process can sometimes produce defective models (it happens from time to time). You may want to get the motherboard checked out by a hardware specialitst. RE: My clock is too fast by Supersonicdarky on 10-30-2005 at 07:27 PM
ok RE: My clock is too fast by CookieRevised on 10-30-2005 at 08:41 PM
quote:The time sync settings are stored in the registry in: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time ------------------------------------------------------------ To change the interval in which time is syncronized you change the "Period" value (most likely this doesn't exist yet) Period is either a REG_DWORD or a REG_SZ value which is (for mainly Win2K):
These (and other) settings can also be done by using the DOS command w32tm (start > run > cmd) in some Windows OS's (not all OS's support all the parameters). For detailed explaination see the word document listed on http://www.microsoft.com/windows2000/techinfo/how...ty/wintimeserv.asp. ------------------------------------------------------------ Also check if you don't have the key "Adj" or "msSkewPerDay" in the registry: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time If, so, delete those keys and reboot and check if your time is still running too fast. ------------------------------------------------------------ On Windows XP the 'period' interval as listed above is defined differently than on Windows 2K. For Windows XP you need to go at: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpClient There you'll find a key named "SpecialPollInterval". This is a REG_DWORD and specifies the interval in seconds to check for a syncronization (eg setting this to 86400 (decimal) will try to update your clock every day). Though it is possible that the "Period" key for Win2K also works for XP, didn't tested this yet though... |