Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to programatically set Proxy Exception in IE?

I am trying to update programatically the Proxy Exception in IE (Tools -> Internet Options, Connections -> Lan Settings, Advanced and Exceptions), but I haven't been able to find the API and/or registry key. Anybody has an idea?

Thanks!

like image 297
Martin Avatar asked Nov 16 '10 20:11

Martin


1 Answers

If you're executing as the local user, the key is:

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

Then the valuename is ProxyOverride and the value is a semi-colon seperated string of addresses or domains.

like image 156
craika Avatar answered Sep 19 '22 22:09

craika