When my friends try to open the executable resulting from building my project (i.e. a ".exe"), they take the error "Windows protected your PC".
Both my c++ and python projects cannot be executed on my friends' computers because of the error.
How can I allow it?

