HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters
server –> 0.it.pool.ntp.org
server –> 1.it.pool.ntp.org
server–> 2.it.pool.ntp.org
server–> 3.it.pool.ntp.org
NET TIME /domain:mydomainname /SET /Y
Apri POWERSHELL, controlla lo stato corrente:
w32tm /query /peers
Imposta il server NTP :
w32tm /config /syncfromflags:manual /manualpeerlist:”0.it.pool.ntp.org”
Riavvia il servizio w32time:
restart-service w32time (invece di stop-service w32time ; start-service w32time)
Controlla di nuovo lo stato corrente:
w32tm /query /peers
Se dice “State: Active”, allora è andato tutto bene!




