Thursday, January 17, 2013

How can I check a system's current NTP configuration?

Its very simple,

Go to "Start" => "Run" => type "cmd" and press enter.

in "Command Prompt" type "net time /query" or "net time /querysntp" and press enter,


and you can check the status or sync time to the SNTP server,

Go to "Start" => "Run" => type "cmd" and press enter.


in "Command Prompt" type "w32tm /query /status" and press enter.

if you want to sync again, just type in command prompt "W32tm /resync" and press Enter.

your system will sync again.

0 comments: