SetSNTPServers.bat: use all pool addresses just in case

SNTP is not Chrony that I am used to
This commit is contained in:
Aminda Suomalainen 2021-10-01 13:58:32 +03:00
parent 360df58873
commit 12b05ab77a
Signed by: Mikaela
GPG Key ID: DF046339D69EB8C9
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ echo off
echo Set Time Servers? echo Set Time Servers?
pause pause
w32tm /config /syncfromflags:manual /manualpeerlist:"time.cloudflare.com nts.netnod.se time.mikes.fi pool.ntp.org" w32tm /config /syncfromflags:manual /manualpeerlist:"time.cloudflare.com nts.netnod.se time.mikes.fi 0.pool.ntp.org 1.pool.ntp.org 2.pool.ntp.org 3.pool.ntp.org"
pause pause
echo on echo on