Skip to content

Instantly share code, notes, and snippets.

@sefgit
Created July 24, 2025 04:34
Show Gist options
  • Save sefgit/58899aa240c14ef2fda87547bbff837e to your computer and use it in GitHub Desktop.
Save sefgit/58899aa240c14ef2fda87547bbff837e to your computer and use it in GitHub Desktop.
unblock files
dir "." -Recurse | Unblock-File
Get-ChildItem "." -Recurse -Include *.dll | Unblock-File
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment