Jump to: navigation, search

Unblock Files


If you have allredy extraced your zip files while they where Blocked,

File security unblock.png

You have the possibility to bulk unblock via powershell, just change the Filepath to yours with this Code:

dir -Path "C:\Files" -Recurse | Unblock-File” or “dir C:\Files\* -Recurse | Unblock-File