what is code signing and why i have this warning when trying to install?
View attachment 141045
Hey Sara, first to solve this issue please follow the installation steps in the download page.
http://hudlizer.com/Downloads/Beta
Basically you need to click "More info" then click "Run Anyway"
"
Second let me explain whats happening, it may get technical(ish)
Code signing is the method of using a certificate-based digital signature to sign application in order to verify the author’s identity and ensure that the code has not been changed or corrupted since it was signed by the author.
There are two certificates that can be get: 1st the
Corroborate certificate, from the name this certificate is for companies and with this one Windows Defender will immediately authorize the application and you will not get this message. The 2nd one is the
Individual certificate which allows individuals like myself to be verified as a trusted publisher.
But unfortunately Microsoft being Microsoft does not allow Windows Defender to trust the individual application right away, in this case application needs to build a trust in order to Windows Defender to stop displaying this warning, building a trust however requires users to click "Run anyways" and to more users installing the app, the more trust points the app gets. until it reaches a magic number "only known by Microsoft" then it gets clear by the Windows Defender...
you can read about all of this in this Microsoft
Link.
Hope this clears out the problem!