mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-16 16:29:23 +01:00
10 lines
170 B
Batchfile
10 lines
170 B
Batchfile
echo off
|
|
|
|
echo Set Time Servers?
|
|
pause
|
|
|
|
w32tm /config /syncfromflags:manual /manualpeerlist:"time.cloudflare.com nts.netnod.se time.mikes.fi pool.ntp.org"
|
|
|
|
pause
|
|
echo on
|