Configuring w32time As NTP Client
Step 1: Stop the time service
net stop w32time
Step 2: Set the manual peer list of external servers
w32tm /config /syncfromflags:manual /manualpeerlist:“[server1],0x8 [server2],0x8”
Step 3: Set the connection as reliable
w32tm /config /reliable:yes
Step 4: Start the time service
net start w32time
Step 5: Test the configuration
w32tm /query /configuration
or
w32tm /query /status
or
w32tm /query /peers
No Comments