@echo off w32tm /config /manualpeerlist:"time.windows.com,pool.ntp.org" /syncfromflags:manual /reliable:yes /update net stop w32time && net start w32time