I downloaded a portable version of a program called Captura.  After extracting the files all of the files have a security block on them.  If you right click on a file and go to properties it will look like this:

All files in the directory had this issue. Here is a quick Powershell command to unblock all the files:

dir -Path “C:\Users\owner\downloads\Captura-Portable” -Recurse | Unblock-File