Type Powershell in the search on the taskbar, and use the "run as administrator" to launch it. then run the following command. The command assumes it is files in your Downloads folder. If not, please change the folder to Documents, or Desktops, accordingly.
Get-ChildItem -Path "$env:USERPROFILE\Downloads" -Recurse | Unblock-File