To change Proxy server I have to go to IE->Internet Options->LAN Settings and click on “Use a proxy server for your LAN”. I am sure there is some way of doing that by code. Does anybody has any idea how to do it (C#)?
Thanks a lot.
Sincerely,
Vlad
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
What if you were to make a batch file, and then create a shortcut to it on your desktop, and then hotlink to it with something like ctrl+alt+n
And the batch looked like this:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
“ProxyEnable”=dword:00000001
“ProxyServer”=”10.22.40.6:3128”