Arlen Posted February 16, 2019 Posted February 16, 2019 (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 February 16, 2019 by Arlen
Dwalfware Posted February 16, 2019 Posted February 16, 2019 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
Dwalfware Posted February 16, 2019 Posted February 16, 2019 Also any instance of iexplore.exe needs to be closed
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