How to remove "Mark of the web" from SDK downloads?

Modified on Sat, Jun 29, 2024 at 11:53 AM

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!

enter image description here

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article