Hi,
does any know how I can synchronise windows 7 to my own ntp-server?
So not the default "time.windows.com"
or any of the nist.gov.
Thanks,
How do I change ntp-server in windows 7
Re: How do I change ntp-server in windows 7
You can use the command
Code: Select all
Net Time \\ipyourserver /Set /Yes
Re: How do I change ntp-server in windows 7
I checked a little bit more
on windows 7 you might need to use
You can the sync with
you can get more info with:
if you want to set multiple ntp servers:
on windows 7 you might need to use
Code: Select all
w32tm.exe /config /update /manualpeerlist:IP
Code: Select all
w32tm /resync
Code: Select all
w32tm /query /peers /verbose
Code: Select all
w32tm.exe /config /update /manualpeerlist:"IP ip2 time-a.nist.gov"