How would I synchronize client's PC date and time with a server using Network Time Protocol(NTP)?
Asked
Active
Viewed 1.0k times
-1
-
Yes, there is. But this is not a programming question, so you will not find the answer here. – Cody Gray - on strike Nov 30 '16 at 01:19
-
thanks for the info – Praveer Kumar Nov 30 '16 at 04:56
1 Answers
2
NTP Server Side:
1) Modify HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\W32Time\Config -> AnnounceFlags=5
2)HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\W32Time\TimeProviders\NtpServer -> Enabled=1
3) Start “Windows Time” Service
NTP Client Side
1) Click on Date time- right bottom of the window screen
2) Click on “Change date time Setting”
3) Click on “Internet Time” tab
4) Click on Change setting button
5) In the server Drop down Edit Box Mention NTP Server IP address
6) Click on Update Now button to sync the time with NTP Server.

Praveer Kumar
- 912
- 1
- 12
- 25