@echo off echo This script activates the automatic Timesync via NTP in Windows Server Systems echo. w32tm /config /update /manualpeerlist:"0.pool.ntp.org,0x8 1.pool.ntp.org,0x8 2.pool.ntp.org,0x8 3.pool.ntp.org,0x8" /syncfromflags:MANUAL net stop w32time net start w32time w32tm /resync