
07/09/2003, 10:33
|
 | | | Fecha de Ingreso: enero-2002 Ubicación: Barcelona
Mensajes: 695
Antigüedad: 23 años, 2 meses Puntos: 0 | |
Prueva con este codigo:
Dim WSHShell, RegTemp, valor
valor = "IP del Proxy"
Set WSHShell = CreateObject("WScript.Shell")
WSHShell.RegWrite "HKEY_LOCAL_MACHINE\SOFTWARE\Empresa\proxy", valor
Suerte |