Compare commits

...

2 Commits

Author SHA1 Message Date
12b05ab77a
SetSNTPServers.bat: use all pool addresses just in case
SNTP is not Chrony that I am used to
2021-10-01 13:58:32 +03:00
360df58873
Windows: add untested SetSNTPServers.bat
Resolves: #101
2021-10-01 13:50:17 +03:00

View File

@ -0,0 +1,9 @@
echo off
echo Set Time Servers?
pause
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