Skip to content

Instantly share code, notes, and snippets.

@ram0973
Created April 30, 2019 08:09
Show Gist options
  • Save ram0973/2bc311e24e600690e61fa1ece63d6e96 to your computer and use it in GitHub Desktop.
Save ram0973/2bc311e24e600690e61fa1ece63d6e96 to your computer and use it in GitHub Desktop.
Unblock files in current directory with PowerShell
Get-ChildItem -Path . -Recurse | Unblock-File
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment