Script para el cambio de NTP en W2K3
Buenas tardes
La misma operación que lanzamos desde el regedit en el artículo anterior:
http://yaveceshastafunciona.blogspot.com/2011/02/cambio-de-ntp-en-w2k3-desde-regedit.html
Podemos lanzarla vía script.
A continuación contamos como hacerlo.
Nota:
Hay que hacer backup del registro siempre para poder volver atrás en caso de problemas.
|
Para ello creamos un archivo con extensión .reg (Ejemplo: Configurar_NTP_Sincronizar.reg) y el siguiente contenido:
REGEDIT4
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesW32TimeConfig]
«MaxNegPhaseCorrection»=dword:ffffffff
«MaxPosPhaseCorrection»=dword:00000e10
«AnnounceFlags»=dword:00000005
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesW32TimeParameters]
«Type»=»NTP»
«NtpServer»=»time.windows.com,0x1»
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesW32TimeTimeProviders]
«NtpServer»=dword:00000001
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesW32TimeTimeProvidersNtpClient]
«SpecialPollInterval»=dword:00000384
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesW32TimeTimeProvidersNtpServer]
«Enabled»=dword:00000001
|
Para ejecutarlo lanzaremos el siguiente comando desde el CMD:
regedit /s G:NTPPruebasConfigurar_NTP_Sincronizar.reg
|
La opción /s es para deshabilitar el modo verbose.
Espero que os facilite la gestón.
Un saludo
Did you enjoy this post? Why not leave a comment below and continue the conversation, or subscribe to my feed and get articles like this delivered automatically to your feed reader.
Comments
// Begin Comments & Trackbacks ?>No comments yet.
Leave a comment