How to stop the ntp server in Windows?

VN:F [1.9.7_1111]
Rating: 0.0/10 (0 votes cast)

How to stop the ntp server in Windows?

Stop the W32time service:

net stop W32Time

Select a NTP server:

net time /setsntp:ntp.server.example.com

Start the W32time service:

net start W32Time

No related Tech posts.

About the Author