Forum Discussion
jose_man1010
Aug 06, 2021Copper Contributor
Automatic time change in Windows Server 2012 R2
Hi, everyone, Sorry for my English, I have this problem with the server, The server has the correct time zone, -04: 00 Santiago, but it automatically anticipates the minutes to fix the time, what...
- Aug 06, 2021
Let's do two things, first
w32tm /query /configuration, then check to find the NTPServer: returned and do
w32tm /stripchart /computer:time.windows.com /dataonly /samples:5
as in my example below
jose_man1010
Aug 06, 2021Copper Contributor
Dave Patrick Using the commands that you indicated to me as an administrator, it shows me the following
It should indicate 17:17 but it indicates 21:17
Dave Patrick
Aug 06, 2021MVP
so you're saying
w32tm /query /configuration
returns with time.windows.com?
- jose_man1010Aug 07, 2021Copper Contributor
- Dave PatrickAug 07, 2021MVP
after starting the windows time serviceWhy is it not already running? Seems that may be at least one problem. Also post the text result of
w32tm /query /configuration
- jose_man1010Aug 07, 2021Copper Contributor
Dave Patrick Ready I could solve it, activate the windows time service then synchronize with the time server time.windows.com and it has been maintained thank you very much for your help