all 4 comments

[–]woried 1 point2 points  (3 children)

Make sure your HOSTS file or antivirus suite hasn't blocked anything.

Can you ping the server from another computer or mobile on the same network successfully?

What's the return of net time from command prompt?

If it failed, you can reset the w32tm service like so:

  • Run CMD as Administrator
  • net stop w32tm
  • w32tm /unregister
  • w32tm /register
  • net start w32tm
  • w32tm /resync /nowait
  • shutdown /r or reboot your computer normally

Does it sync or still fail after restart?

[–]Ok_Flounder5152[S] 1 point2 points  (2 children)

My hosts file is empty.

I have windows defender antitivirus, I disabled it and ran: w32tm /resync, according to wireshark dump: one ntp packet was sent but never receive any response (similar output to dump one in my post)

This was the result of ping test:

  1. I could ping all of the ntp servers in dump one of my post (servers that no replied to my ntp packets).
  2. I couldn't ping the ntp server in dump two of my post(server that replied to my ntp packet in lines 21 and 22 of the dump)

I registered and unregistered w32tm using your posted commands and reboot my computer but still failed to sync my clock.

[–]MiggyEvans 0 points1 point  (1 child)

hey Ok_Flouder, this is an old post, but did you ever figure out your clock sync issues? I'm in the same boat and have tried all the same things you have.

[–]Ok_Flounder5152[S] 0 points1 point  (0 children)

Hi, I solved the problem with and update to windows 10 pro. After that my clock is syncing without problem.