积极答复者
打包的EXE文件下载后,被SamrtScreen报“不是常用的下载内容,可能危害您的计算机”。

问题
答案
-
这是IE9的新功能,SmartScreen(R) Application Reputation。IE开发组的博客有这方面的内容,详细内容见:SmartScreen® Application Reputation – Building Reputation
简单的说,有三件事:
1) 使用Authenticode签名,对你的程序进行数字签名
2)确认你的程序没有被安全软件认为是恶意软件(malware)。
3)申请Windows Logo: http://msdn.microsoft.com/en-us/windows/dd203105.aspx (Logo submission is free with an established WinQual account and digital certificate from VeriSign)
博客中有留言说,申请了Windows Logo后,IE就不再举报了。
- 已标记为答案 LeoTangModerator 2012年7月19日 2:40
全部回复
-
这是IE9的新功能,SmartScreen(R) Application Reputation。IE开发组的博客有这方面的内容,详细内容见:SmartScreen® Application Reputation – Building Reputation
简单的说,有三件事:
1) 使用Authenticode签名,对你的程序进行数字签名
2)确认你的程序没有被安全软件认为是恶意软件(malware)。
3)申请Windows Logo: http://msdn.microsoft.com/en-us/windows/dd203105.aspx (Logo submission is free with an established WinQual account and digital certificate from VeriSign)
博客中有留言说,申请了Windows Logo后,IE就不再举报了。
- 已标记为答案 LeoTangModerator 2012年7月19日 2:40
-
IE组的Eric Lawrence (Fiddler的作者)有关于怎样申请Authenticode签名的博客(英文): Everything you need to know about Authenticode Code Signing
如果你觉得有必要,我可以把它翻译过来。