IF you need to unblock a ton of already unzipped files :
1) Open Powershell
2) change into the directory where the files are.
3) run "ls -Recurse | unblock-file"
This should 'unblock' all the files in that subdirectory and everything below it.
To Unblock just one.. right click the file - goto properties - thenclick lower left "Unblock".