I would like to use a proxy in my webbrowser but without editing the registry on the machine.
Share
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.
You could use WMI, but that would still adjust the system settings. If you want to adjust only the proxy settings for your own process, you can do that via UrlMkSetSessionOption exposed by urlmon.dll. An example of this function is listed below. For more information on INTERNET_OPTION_PROXY, see http://msdn.microsoft.com/en-us/library/windows/desktop/aa385328(v=vs.85).aspx.