How do I avoid Windows Defender SmartScreen from Setup at User Boot?

I understand code signing.

But when I try to download any application, it doesn't even have a code signature

and it can still open without windows defender blue screen.

Example http://www.eainstall.com/download

How to do it?

Thank. Regards.

+3


source to share


1 answer


The Windows SmartScreen warning will go away after people download it.

If your software is not that popular, the warning will never go away and you can hardly do it.

SmartScreen checks the files you download from the Internet for a list of reported sites and malware known to be unsafe. If it finds a match, SmartScreen will warn you that the download has been blocked for your safety. SmartScreen also checks the files you download for a list of files that are well known and downloaded by many people who use Internet Explorer. If the file you are downloading is not on this list, SmartScreen will alert you.

Microsoft SmartScreen Certificate Signing and Extended Validation (EV) certificates :



Code signing is important to our reputation reputation because this higher-level identity allows us to build a reputation in multiple publisher-signed programs. This is also important for publishers because signed programs inherit the reputation of the certificate they are signed with; this means that each program distributed by a publisher does not need to build its reputation individually.

...

Programs signed with an EV Signing Certificate can immediately establish a reputation with SmartScreen Reputation Services, even if for that file or publisher.

+1


source







All Articles