NTP

Open a Windows commandline with administrative permissions to execute the following commands.

Query NTP Server

w32tm /query /status

Set NTP Server

w32tm /config /manualpeerlist:"ntp1.t-online.de" /syncfromflags:manual /reliable:yes /update

Last updated