Hi all, I just got a notification of an update available but i am getting this message and I am not allowed to take that action:
"Microsoft Defender SmartScreen prevented an unrecognized app from starting. Running this app might put your PC at risk."
I have no option to continue with the update.
Any suggestions would be great.
thanks
qBittorent updates not allowed (Windows Defender)
Re: qBittorent updates not allowed (Windows Defender)
I use NAV, but there is no option like "other"?
Norton gives me the choice to accept (keep), etc. from a drop down menu.
Norton gives me the choice to accept (keep), etc. from a drop down menu.
Re: qBittorent updates not allowed (Windows Defender)
Norton isn't stopping me, it is Windows Defender that is stopping me. This is the first time I have had an issue with Windows Defender.
Re: qBittorent updates not allowed (Windows Defender)
All fixed, folks. I went into my System, App and browser control, and then turned off Smart app control, as well as, Reputation-based Protection. I have Norton 360 keeping my computer "secure".
Thanks for your input.
Thanks for your input.
Re: qBittorent updates not allowed (Windows Defender)
SmartScreen blocks anything, just out of spite. You can only get around this if you use code signing. It's been discussed many times in the past, it's an expensive and time-consuming process, unfortunately.
Re: qBittorent updates not allowed (Windows Defender)
Click the More Info link and it will then give you the option to Ignore And Install Anyway. I don't have the text exact but you will see what I mean.
Re: qBittorent updates not allowed (Windows Defender)
Linux Foundation started this a year or two ago: https://www.sigstore.dev free open-source code signing system. It uses standard x509 certs and supports including timestamps but Microsoft would have to add a root cert to their built-in trust store so it isn't compatible with Windows/Mac yet--maybe ever--but hope lives on. Git already supports using gitsign for open source projects but, of course, due to the missing trust MS/Apple still complains. Gmail & Outlook support this authentication method as do Kubernetes instances.Peter wrote: Tue Feb 14, 2023 10:27 am SmartScreen blocks anything, just out of spite. You can only get around this if you use code signing. It's been discussed many times in the past, it's an expensive and time-consuming process, unfortunately.