mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2026-03-07 00:58:15 +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
|