• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

How to sync time to a NTP server?

zener

Senior member
I have a server using Win2k server which I want to synchronize the date/time with our NTP server (named "orion") once a day. How do I do it? The instructions for w32tm are rather difficult for me to follow. Thanks for any advice.
 
I want to sync the date/time of my PC with the date/time provided by the NTP server. Not the net time.
 
If you would have actually tried it you would have seen:

C:\>net time /?
The syntax of this command is:


NET TIME [\\computername | /DOMAIN[: domainname] | /RTSDOMAIN[: domainname]] [/SET
]
[\\computername] /QUERYSNTP
[\\computername] /SETSNTP[:ntp server list]

 
The command is

net time /setsntp:<servername>

After that, stop and restart the W32time service and the time will synch and stay synched.
 
Ok, after I run the command :
net time /setsntp: Orion

How do I stop and start the w32tm time service?
 
Back
Top