Hello,

I very new to everything scripting, I've always been a PC hardware guy, but have wrote some batch files and small scripts. But i am not versed in it by any matter. We currently use KiXtart to map our drives, by a system that was set up in 2006. We are very behind the times, to say the least.

We are plagued by proxy setting being turned on here. When GP decides to turn on the proxy setting we cannot nav to certain "work" pages until I personally turn off the settings on the users comp. I have found a vbs script that turns off the proxy settings. I would like to get it into the kix script, if possible. I have added a @userid = "myname" to test but I have not got it to work.

I have search the site for information, and have found some things to try. I have aslo read where proxy should not be included in the kix. But Something to make it a bit more easy around here would be nice.

Here is the vbs script
dim oShell
set oShell = Wscript.CreateObject("Wscript.Shell")
oShell.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ProxyEnable", 0, "REG_DWORD"
Set oShell = Nothing

Any help would be great. And thanks for a great program.

Ryan