Torna al Blog

    Abilitare la sincronizzazione automatica dell’ora in Windows Server

    19 maggio 2015

    Per Abilitare la sincronizzazione automatica dell’ora di windows server (es. 2008) : Fare clic sul pulsante Start, scegliere Esegui, digitare regedit, quindi scegliere OK, e fare i seguenti settaggi : HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters\Type Value Data = “NTP” HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config\AnnounceFlags DWORD = 5 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpServer Enabled = 1 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters NtpServer = “Peers” HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpClient\SpecialPollInterval TimeInSeconds = 900 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config\MaxPosPhaseCorrection TimeInSeconds = 3600 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config\MaxNegPhaseCorrection TimeInSeconds = 3600 net stop w32time && net start w32time Chiudere l’editor del Registro di sistema. Al prompt dei comandi digitare il seguente comando per riavviare il servizio Ora di Windows, quindi premere Invio: net stop w32time && net start w32time Fonte: https://support.microsoft.com/en-us/kb/816042/it