Clock problem: Difference between revisions

From Cor ad Cor
Jump to navigation Jump to search
(Created page with "http://www.intrepid.com.au/computer-clock-running-too-fast-or-too-slow/ Go to ControlPanel-->AdministrativeServices-->Services Now, find something called "Windows Time" Right...")
 
No edit summary
Line 20: Line 20:
Click Ok
Click Ok
</pre>
</pre>
synctime.bat:
w32tm /resync
pause

Revision as of 02:25, 26 August 2010

http://www.intrepid.com.au/computer-clock-running-too-fast-or-too-slow/


Go to ControlPanel-->AdministrativeServices-->Services

Now, find something called "Windows Time"

Right click it and go to Properties. Set it as "Disabled" in the dropdown menu.

http://www.computing.net/answers/windows-xp/system-clock-running-fast/168102.html

Start
Control Panel
Java icon
Java Tab
In the first area titled "Java Applet Runtime Settings" which should be the top one, click on View.
Click nn the far right under: Java Runtime Parameters section, type in
-XX+ForceTimeHighResolution
Click OK
Click Ok


synctime.bat:

w32tm /resync pause