Whenever I download our SDK products I can never just run the solution file because all of the files have "Mark of the web" is there a quick way to remove this mark from all of the files within a directory?
Opens Windows Powershell as Admin and enter the following command:
dir -Path 'PATH TO DIRECTORY' -Recurse | Unblock-File
Enter the path between the little ' ' and it should automatically go through all of the files and unblock them.
No more manual labor!