简体   繁体   English

以编程方式启用IE8加载项

[英]Enable IE8 Add-on Programmatically

I created a toolbar using Add-In Express for Internet Explorer and it installs fine, I'm using Wix. 我使用Internet Explorer的Add-In Express创建了一个工具栏,它安装正常,我使用的是Wix。 The only issue I'm having is I want to enable it after it installs. 我唯一遇到的问题是要在安装后启用它。 For some reason its disabled after it installs. 由于某种原因,安装后将其禁用。 If I go into Tools > Manage add-ons > Toolbars and Extensions, I see it in the list and I can enable it but I want to do this programmatically. 如果进入“工具”>“管理加载项”>“工具栏和扩展”,我会在列表中看到它,并且可以启用它,但是我想以编程方式进行操作。 It's IE8 on Windows XP and Windows 7. I tried Google'n it but with no success. 它是Windows XP和Windows 7上的IE8。我尝试使用Google'nit,但没有成功。 I'm looking for anything that can do it: PowerShell, Registry Keys, .NET program, ANYTHING! 我正在寻找可以做到的任何事情:PowerShell,注册表项,.NET程序,任何东西! Any help would be greatly appreciated. 任何帮助将不胜感激。

Try adding or updating the following registry value, 尝试添加或更新以下注册表值,

Entry location: HKEY_CURRENT_USER\\Software\\Microsoft\\Internet Explorer\\Main\\ 条目位置: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Internet Explorer \\ Main \\

Value Name: Enable Browser Extensions 值名称:启用浏览器扩展

Value Type: REG_SZ (String Value) 值类型: REG_SZ(字符串值)

Value: yes 值:

The value is yes . 值是yes

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM