Forum Discussion
Jaccata
Sep 27, 2022Copper Contributor
Error Se cambia la hora automáticamente
Hola a todos, llegue hasta acá porque tengo un problema en un servidor propio físico el cual se adelanta 3 horas luego de un tiempo que le configuro la hora correcta. He probado con lo siguiente ...
Dave Patrick
Sep 27, 2022MVP
PDC emulator or some other server? Assuming the PDC emulator you could
w32tm /unregister
net stop w32time
w32tm /register
net start w32time
w32tm /config /manualpeerlist:<ntp ip address> /syncfromflags:manual /reliable:yes /update
net stop w32time
net start w32time
then check
w32tm /query /source
w32tm /query /configuration
- JaccataSep 29, 2022Copper Contributor
Dave Patrick Perdón por la demora en contestar, ejecuté como administrador los comandos que me recomendaste pero no tuve solución, la hora se me sigue modificando sola cada un determinado tiempo que le cambio a la hora correspondiente a mi país.
- Dave PatrickSep 29, 2022MVP
Still have no clues here. PDC emulator or some other server? Domain or workgroup?
- Dave PatrickSep 28, 2022MVP
Just checking if there's any progress or updates? Please don't forget to mark helpful replies.
- JaccataSep 29, 2022Copper ContributorTodas las actualizaciones disponibles en Windows update están instaladas