Bob said:
I cannot sync since early this year and i dont know how to add a different
"time server". How do i do that? I am a computer idiot here so i would
appreciate a step-by-step instructions because just saying "add server a
whatever" does not help me at all.
It sounds as though you might have a firewall blocking time queries from
your machine. If you do, that is probably a question for somebody else.
Windows built-in firewall would not cause this problem, so it would have to
be something 3rd party or "upstream" from you.
Assuming you do not ave a firewall causing problems, and are running some
flavor of Windows XP, here are the steps:
1) Go to the start menu, and choose "run"
2) Type in "cmd.exe" and hit OK.
3) At the command prompt window which appears, type in this exactly,
followed by the enter key:
w32tm /configure /manualpeerlist:"pool.ntp.org,0x1" /syncfromflags:MANUAL
/update
4) At the command prompt, type in this exactly, followed by the enter key:
w32tm /resync /rediscover
That should have your clock synchronizing correctly.
You can also check to see if you are having a firewall problem by typing
this at a command prompt:
w32tm /monitor /computers

ool.ntp.org
Using this monitor command, you can ignore the ICMP error if you get one,
but it should show the "offset" between your computer and the pool.ntp.org
time servers.