w32time: The computer did not resync because no time data was available
-
Reboot the time service
net stop w32time net start w32time
-
Tell the time sync service to use the changes
w32tm /config /update
-
Reset the local computer's time against the time server
w32tm /resync /rediscover
The last command will force redetection of network resourced. Note: Resync succeeds even though the error message below appears.
The computer did not resync because no time data was available.
p.s. Please also check whether your firewall allows the ports needed by the time service.