如何通过 Windows Defender SmartScreen 保护?

2023-06-30C/C++开发问题
334

本文介绍了如何通过 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 保护?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

The End

相关推荐

无法访问 C++ std::set 中对象的非常量成员函数
Unable to access non-const member functions of objects in C++ std::set(无法访问 C++ std::set 中对象的非常量成员函数)...
2024-08-14 C/C++开发问题
17

从 lambda 构造 std::function 参数
Constructing std::function argument from lambda(从 lambda 构造 std::function 参数)...
2024-08-14 C/C++开发问题
25

STL BigInt 类实现
STL BigInt class implementation(STL BigInt 类实现)...
2024-08-14 C/C++开发问题
3

使用 std::atomic 和 std::condition_variable 同步不可靠
Sync is unreliable using std::atomic and std::condition_variable(使用 std::atomic 和 std::condition_variable 同步不可靠)...
2024-08-14 C/C++开发问题
17

在 STL 中将列表元素移动到末尾
Move list element to the end in STL(在 STL 中将列表元素移动到末尾)...
2024-08-14 C/C++开发问题
9

为什么禁止对存储在 STL 容器中的类重载 operator&()?
Why is overloading operatoramp;() prohibited for classes stored in STL containers?(为什么禁止对存储在 STL 容器中的类重载 operatoramp;()?)...
2024-08-14 C/C++开发问题
6