How to avoid the “Windows Defender SmartScreen prevented an unrecognized app from starting warning”

前端 未结 3 985
独厮守ぢ
独厮守ぢ 2020-11-30 02:41

My company distributes an installer to customers via our website. Recently when I download via the website and try to run the installer I get the warning message:

3条回答
  •  难免孤独
    2020-11-30 03:34

    If you have a standard code signing certificate, some time will be needed for your application to build trust. Microsoft affirms that an Extended Validation (EV) Code Signing Certificate allows us to skip this period of trust-building. According to Microsoft, extended validation certificates allow the developer to immediately establish a reputation with SmartScreen. Otherwise, the users will see a warning like "Windows Defender SmartScreen prevented an unrecognized app from starting. Running this app might put your PC at risk.", with the two buttons: "Run anyway" and "Don't run".

    Another Microsoft resource states the following (quote): "Although not required, programs signed by an EV code signing certificate can immediately establish a reputation with SmartScreen reputation services even if no prior reputation exists for that file or publisher. EV code signing certificates also have a unique identifier which makes it easier to maintain reputation across certificate renewals."

提交回复
热议问题