Changes
Created page with "If you have allredy extraced your zip files while they where Blocked, You have the possibility to bulk unblock via powershell, just change the Filepath to yours with this..."
If you have allredy extraced your zip files while they where Blocked,
You have the possibility to bulk unblock via powershell, just change the Filepath to yours with this Code:
<source lang="PowerShell" >
dir -Path "C:\Files" -Recurse | Unblock-File” or “dir C:\Files\* -Recurse | Unblock-File
</source>
You have the possibility to bulk unblock via powershell, just change the Filepath to yours with this Code:
<source lang="PowerShell" >
dir -Path "C:\Files" -Recurse | Unblock-File” or “dir C:\Files\* -Recurse | Unblock-File
</source>
