How to pass the Windows Defender SmartScreen Protection?(如何通过 Windows Defender SmartScreen 保护?)
问题描述
我正在努力防止我的应用程序(安装程序)不会被 Windows SmartScreen Protection 阻止.
I am trying to prevent that my application (an installer) will not be blocked by Windows SmartScreen Protection.
我使用 BitRock 并手动签署了我的安装程序,但我总是遇到这个问题.我买了一个有效的证书,带时间戳的签名没问题.
I use BitRock and I signed my installer manually but I have always this problem. I bought a valid certificate and the signing with a timestamp is ok.
这是一个商业应用程序,我不希望用户害怕安装
It's a commercial application and I don't want that the user will be afraid to install it
ps.我没有未知的出版商
ps. I dont have an unknown publisher
推荐答案
您只需将您的软件提交给 Microsoft 进行恶意软件分析https://www.microsoft.com/en-us/wdsi/filesubmission
它对我有用,基本上他们在几个小时内就建立了我的 .exe 声誉,现在可以下载和安装文件而无需触发 Microsoft Defender Smart Screen.
It worked for me, basically they've established my .exe reputation in a few hours, and now file is can be downloaded and installed without triggering Microsoft Defender Smart Screen.
花了一段时间才弄明白,他们的说明本来可以更简单,但确实有效.
Took a while to figure this out, their instructions could have been easier, but it works.
这篇关于如何通过 Windows Defender SmartScreen 保护?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何通过 Windows Defender SmartScreen 保护?
基础教程推荐
- 常量变量在标题中不起作用 2021-01-01
- 我有静态或动态 boost 库吗? 2021-01-01
- 如何将 std::pair 的排序 std::list 转换为 std::map 2022-01-01
- 如何通过C程序打开命令提示符Cmd 2022-12-09
- C++结构和函数声明。为什么它不能编译? 2022-11-07
- 如何在 C++ 中初始化静态常量成员? 2022-01-01
- 在 C++ 中计算滚动/移动平均值 2021-01-01
- 静态库、静态链接动态库和动态链接动态库的 .lib 文件里面是什么? 2021-01-01
- 如何检查GTK+3.0中的小部件类型? 2022-11-30
- 这个宏可以转换成函数吗? 2022-01-01
