I am stupmed here guys, and I am hoping someone can help. We are in the process of changing the IP address of our proxy server here are our office. Since we are doing this, we need to change the IP address stored in Internet Explorer for that proxy. I have a script written that should change it, but for some reason it doesnt like it. Can you guys please help ASAP. (Script pasted below)

Thanks

aaron

;Reset proxy settings
$key = "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings"
WRITEVALUE(key$,"ProxyEnable","1","REG_DWORD")
WRITEVALUE(key$,"ProxyServer","10.0.0.13:3129","REG_SZ")
WRITEVALUE($key, "ProxyOverride", "", "REG_SZ")