03.10.2022
Add NTP server to the NTP Client list
by Karel Keers
How to add an adition NTP server to Windows 10, open COMMAND:
reg add “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters” /v NtpServer /t REG_SZ /d “pool.ntp.org,0x1 time1.google.com,0x1 time.windows.com,0x9” /f
Restart the service:
sc config W32Time start=auto
Verify the configuration:
w32tm /query /configuration
Thanks to: techexpert.tips
Comments
Leave a Reply