问题描述
我正在尝试以编程方式更新IE中的代理例外(工具-> Internet选项,连接-> Lan设置,高级和例外),但是我无法找到API和/或注册表项.有人有主意吗?
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?
谢谢!
推荐答案
如果您以本地用户身份执行,则密钥为:
If you're executing as the local user, the key is:
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Internet设置
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings
然后值名称是ProxyOverride,值是用分号分隔的地址或域的字符串.
Then the valuename is ProxyOverride and the value is a semi-colon seperated string of addresses or domains.
这篇关于如何在IE中以编程方式设置Proxy Exception?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!