|
There are occasions when the Windows XP
Time goes a little haywire. One minute the time is spot on, and the next the
time has advanced or decreased by minutes or even hours. If manually adjusting
the time via the Date and Time option in Control Panel is unsuccessful you may
need to un-register the Windows time module and then re-register it. To do this
proceed as follows.
1/ Click the Start button
2/ From the Start menu select All
Programs>Accessories>Command Prompt
3/ in the Command Prompt window type:
'net stop w32time' (without the quotes) and press Enter
4/ Next type: 'w32tm /unregister'
(without the quotes) and hit Enter again
5/ Now type: 'w32tm /register'
(without the quotes) and again hit Enter
6/ Now type: 'net start w32time'
(without the quotes) and hit Enter again.
7/ Finally close the Command prompt
window
|