# ENGLISH SHORT Version #
The following command will work on 2003/2008/2012:
Code: [ Select ] [ Line Numbers Off ]
net stop w32time <enter>
w32tm /config /manualpeerlist:peers /syncfromflags:DOMhere /update <enter>
net start w32time <enter>
w32tm /resync </enter>
EXTREM SHORT:
-
- Open CMD Console with Admin Rights.
- Enter following command:
w32tm /config /manualpeerlist:“0.pool.ntp.org 1.pool.ntp.org 2.pool.ntp.org 3.pool.ntp.org“ /syncfromflags:manual /reliable:yes /update