Hola a todos!
La misma operación que lanzamos desde el regedit en el artículo anterior podemos hacerla a través de un script.
Para ello creamos un archivo con extensión .reg (Ejemplo: Configurar_NTP_Sincronizar.reg) y el siguiente contenido:
EGEDIT4
[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
Donde la opción /s es para deshabilitar el modo verbose.
Espero que os resulte útil.
Un saludo