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 保护?
基础教程推荐
- 随机插入/删除的综合向量与链表基准 2022-01-01
- 如何在 C++ 中正确使用命名空间? 2022-01-01
- 为什么我们不能使用“虚拟继承"?在 COM 中? 2022-01-01
- 如何更改 SysDateTimePick32 或 CDateTimeCtrl 的背景颜色? 2022-01-01
- 如何部分禁用 cmake C/C++ 自定义编译器检查 2021-01-01
- 与 CAS 的原子交换(使用 gcc 同步内置函数) 2022-01-01
- 将不可复制的闭包对象传递给 std::function 参数 2021-01-01
- c++ STL设置差异 2022-01-01
- C++:获取传递给函数的多维数组的行大小 2021-01-01
- 提升 ASIO 流缓冲 2021-01-01
