easternnl

Unblock Downloaded Files

May 13th, 2015
634
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # when downloading files from the internet they will be blocked by default. This is annoying when it comes to Powershell. The following commands unblocks the files in a specified folder
  2. gci c:\fso | Unblock-File
Add Comment
Please, Sign In to add comment