mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-21 18:59:22 +01:00
SetSNTPServers.bat: use all pool addresses just in case
SNTP is not Chrony that I am used to
This commit is contained in:
parent
360df58873
commit
12b05ab77a
@ -3,7 +3,7 @@ echo off
|
||||
echo Set Time Servers?
|
||||
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
|
||||
echo on
|
||||
|
Loading…
Reference in New Issue
Block a user