User Tools

Site Tools


windows:w32tm
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


windows:w32tm [2020-05-23 12:47] (current) – created gabriel
Line 1: Line 1:
 +====== Windows Time Service ======
  
 +As an administrator:
 +
 +<code>
 +# register the service
 +w32tm /register
 +
 +# set your time servers to ntp1, ntp2, ntp3
 +w32tm /config /update /manualpeerlist:"ntp1.in.quay.net ntp2.in.quay.net ntp3.in.quay.net"
 +
 +# resynchronize the service
 +w32tm /resync
 +
 +# show your configuration
 +w32tm /query /peers
 +
 +# what is my current time source
 +w32tm /query /source
 +
 +# more stuff
 +w32tm /query /status
 +w32tm /query /configuration
 +</code>
windows/w32tm.txt · Last modified: 2020-05-23 12:47 by gabriel