Gui Posted January 7, 2010 Posted January 7, 2010 Aye guys, just wondering if theres a short little script to do this. I found others, but they didn't work for me. It would be cool if it was like this small script to setting a proxy. e.g $IP = ;Proxy; RegWrite("HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings", "ProxyEnable", "REG_DWORD", "1" ) RegWrite("HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings", "ProxyServer", "REG_SZ", $IP) RegWrite("HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings", "ProxyOverride", "REG_SZ", "1.*.*.*;*.proxy2.net;<local>") It would be very helpful, thanks. ! GUI.
AdmiralAlkex Posted January 7, 2010 Posted January 7, 2010 You could do it with Run().See this for how .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
Gui Posted February 3, 2010 Author Posted February 3, 2010 Sorry for super long reply, but worked like a charm! Thanks! Run("RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 2")
AdmiralAlkex Posted February 3, 2010 Posted February 3, 2010 lol, no problems .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now