Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/309.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 在禁用IE工具栏加载项中更改名称_C#_Visual Studio_Internet Explorer_Bho_Add On - Fatal编程技术网

C# 在禁用IE工具栏加载项中更改名称

C# 在禁用IE工具栏加载项中更改名称,c#,visual-studio,internet-explorer,bho,add-on,C#,Visual Studio,Internet Explorer,Bho,Add On,请看一看 我读过这篇文章 但在我的项目中找不到.rgs文件或ForceRemove 还有,如何使它成为一个经过验证的插件 谢谢 另外,我正在使用VS2010和C#来验证附加组件,您需要使用signtool在IE BHO组件上签名,并使用从任何第三方认证获得的适当证书 signtool的用法: SignTool sign/fMyCert.pfx/pMyPassword MyControl.exe 其中.pfx文件是从第三方证书存储中获取的文件 密码-pfx的密码 MyControl.exe…在

请看一看

我读过这篇文章

但在我的项目中找不到.rgs文件或ForceRemove

还有,如何使它成为一个经过验证的插件

谢谢


另外,我正在使用VS2010和C#

来验证附加组件,您需要使用signtool在IE BHO组件上签名,并使用从任何第三方认证获得的适当证书

signtool的用法:

SignTool sign/fMyCert.pfx/pMyPassword MyControl.exe

其中.pfx文件是从第三方证书存储中获取的文件

密码-pfx的密码

MyControl.exe…在这里,您已输入您的IE BHO dll名称

希望这个能帮助你