Building Quest 5 ‐ The Mark of the Web - KVonGit/quest5-stuff GitHub Wiki
Ever downloaded Quest's source code as a ZIP from GitHub, only to find VS2022 won't build the project because files contain "the mark of the web"?
From the main quest
directory, we can run this completely unsafe PowerShell command to resolve the issue. (Be sure to close VS first!)
Get-ChildItem -Path . -Recurse | Unblock-File