How To Setup Ntp Server On Windows 10?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
1. Download the Windows Time Service from Microsoft.
2. Extract the files and open the folder.
3. Open the w32time folder.
4. Right-click the w32time.exe file and select the “Run as Administrator” option.
5. Select the “Start” button in the lower-left corner of the screen.
6. Type “services.msc” into the search box and press Enter.
7. Scroll down the list of services and locate the Windows Time service.
8. Right-click the entry and select the “Properties” option.
9. Set the “Startup type” to “Automatic” and click the “OK” button.
10. Right-click the Windows Time service and select the “Restart” option.
11. Open the Registry Editor by typing “regedit” into the search box and pressing Enter.
12. Navigate to the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config.
13. Double-click the “AnnounceFlags” value and set it to 5.
14. Double-click the “Type” value and set it to NTP.
15. Close the Registry Editor and open the command prompt.
16. Type the following command:
w32tm /config /manualpeerlist:<NTP server IP address> /syncfromflags:manual /reliable:yes /update
17. Restart the Windows Time service.
18. Test the NTP server by typing the following into the command prompt:
w32tm /query /status