Forum

Manual Publico => Windows => Tópico iniciado por: DanielDuRio online Set 09, 2022, 03:40 PM

Título: Sync Time/Date
Enviado por: DanielDuRio online Set 09, 2022, 03:40 PM
sc config w32time start=auto
net start w32time
w32tm /config /manualpeerlist:"201.49.148.135" /syncfromflags:manual /reliable:yes /update
net stop w32time
net start w32time
w32tm /resync
net stop w32time