Ver Mensaje Individual
  #9 (permalink)  
Antiguo 12-Aug-2010, 12:00
Avatar de chori.linux4ever
chori.linux4ever chori.linux4ever está desconectado
Principiante
 
Fecha de Ingreso: 08-August-2009
Ubicación: V. Luro
Mensajes: 128
Agradecimientos: 65
Agradecido 181 veces en 71 Mensajes
chori.linux4ever es un GROSSOchori.linux4ever es un GROSSOchori.linux4ever es un GROSSOchori.linux4ever es un GROSSOchori.linux4ever es un GROSSOchori.linux4ever es un GROSSOchori.linux4ever es un GROSSOchori.linux4ever es un GROSSOchori.linux4ever es un GROSSOchori.linux4ever es un GROSSOchori.linux4ever es un GROSSO
Aca va un script en VBS, fijate si te sirve:

Código:
Const HKEY_CURRENT_USER = &H80000001
Computer = "."

Set Registry = GetObject("winmgmts:\\" & Computer & "\root\default:StdRegProv")

Key = "SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings"
Name = "ProxyOverride"
Value = "172.16.1.1;10.10.1.1"
Registry.SetStringValue HKEY_CURRENT_USER, Key, Name, Value
Las excepciones van en el parametro "Value" separados por ",", en este caso estan como ejemplo 172.16.1.1 y 10.10.1.1
__________________
Nuestros pellets, cubriran el sol !!!
Responder Citando