w32tm /config /manualpeerlist:"time.windows.com,0x8" /syncfromflags:MANUAL
Whenever I am trying to do the below:
w32tm /config /manualpeerlist:"time.windows.com,0x8" /syncfromflags:MANUAL
net stop w32time
net start w32time
w32tm /resync
Then I am getting the following "The computer did not resync because no time data was avaliable". Is there any fix for this? Thanks
Re: w32tm /config /manualpeerlist:"time.windows.com,0x8" /syncfromflags:MANUAL
Can you try the below in a Command Prompt Window:
net time /setsntp:"0.us.pool.ntp.org,1.us.pool.ntp.org,3.us.pool.ntp.org"
Incase you are not in the US then go to
If you are not in the US go to pool.ntp.org website and select your region. Also you will have to stay away from the MS server it has lots of problems.
Re: w32tm /config /manualpeerlist:"time.windows.com,0x8" /syncfromflags:MANUAL
The attachment worked for me, I just saved it as a bat file andthen run it from command prompt.