este script esta por politica a nivel config de usuario y funciona cuando se loguea en su desktop.
me resta resolver el tema de los que son users de servicios (no se loguean, solo inician servicios)
Dim WSHShell
Set WSHShell = CreateObject("Wscript.Shell")
WSHShell.RegWrite "HKCU\Control Panel\International\LocaleName", "es-AR", "REG_SZ"
WSHShell.RegWrite "HKCU\Control Panel\International\s1159", "AM", "REG_SZ"
WSHShell.RegWrite "HKCU\Control Panel\International\s2359", "PM", "REG_SZ"
WSHShell.RegWrite "HKCU\Control Panel\International\sCountry", "Argentina", "REG_SZ"
WSHShell.RegWrite "HKCU\Control Panel\International\sLanguage", "ESS", "REG_SZ"
WSHShell.RegWrite "HKCU\Control Panel\International\sDecimal", ",", "REG_SZ"
WSHShell.RegWrite "HKCU\Control Panel\International\sList", ";", "REG_SZ"
WSHShell.RegWrite "HKCU\Control Panel\International\sShortTime", "HH:mm", "REG_SZ"
WSHShell.RegWrite "HKCU\Control Panel\International\sLongDate", "dddd, dd' de 'MMMM' de 'yyyy", "REG_SZ"
WSHShell.RegWrite "HKCU\Control Panel\International\sShortDate", "dd/MM/yyyy", "REG_SZ"
WSHShell.RegWrite "HKCU\Control Panel\International\sThousand", ".", "REG_SZ"
WSHShell.RegWrite "HKCU\Control Panel\International\sShortTime", "HH:mm", "REG_SZ"
WSHShell.RegWrite "HKCU\Control Panel\International\sTimeFormat", "HH:mm:ss", "REG_SZ"
gracias!
Alejandro | Especialista en Infraestructura Microsoft |