26 enero, 2011

Configurar Windows XP para que sincronice la hora con el Servidor de Active Directory

Para poder sincronizar la hora de Windows XP con el servidor de Active Directory primero hay que ingresar a la consola, vamos a ejecutar escribimos CMD , enter.

Luego copiamos y pegamos las siguientes líneas:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters\Type NTP
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config\AnnounceFlags 5
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpServer Enabled 1
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters NtpServer (IP DEL SERVIDOR),0x1
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpClient\SpecialPollInterval 900
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config\MaxPosPhaseCorrection 7200
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config\MaxNegPhaseCorrection 7200

Luego en ejecutar debemos introducir el siguiente comando:

net stop w32time && net start w32time


Vale aclarar que para algunos de los valores que hay que modificar, deberemos seleccionar el tipo de entrada de hexadecimal a decimal, ya que si no los datos ingresados (900, 7200, etc) no serán los números correctos. Por lo tanto deberemos comprobar que el numero ingresado se muestre correctamente en el regedit, caso contrario deberemos modificar la entrada a decimal y luego ingresar los valores correctos nuevamente.

Para más información leer el articulo: http://support.microsoft.com/kb/314054#EXTERNAL

0 comentarios:

Publicar un comentario

 
Powered by Blogger