Jump to content

Recommended Posts

Posted (edited)

I need to use HTTPS Proxy for IE, but I don't need it on all browsers.

The method I have tried is below is:

"HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings"

RegWrite($sProxRegKey, "ProxyEnable", "REG_DWORD", 1)
RegWrite($sProxRegKey, "ProxyServer", "REG_SZ", $sProx_Port)

Which doesn't work for my needs, any ideas?

Edited by Arlen
Posted

what are you trying to do?

I have made something with the reg settings for http proxies 

You needed to open an IE browser and close it agian to make the settings work after the reg entry

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...