Add NTP server entry in Windows machine from Command prompt
Open Command Prompt (Run As Administrator), and execute below mentioned command.
> net stop w32time
> w32tm /config /syncfromflags:manual /manualpeerlist:"0.in.pool.ntp.org, 1.asia.pool.ntp.org, 0.asia.pool.ntp.org"
> w32tm /config /reliable:yes
> net start w32time
No comments:
Post a Comment