Jump to: navigation, search

Unblock Files


Revision as of 08:15, 10 October 2025 by FMW (Talk | contribs) (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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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:

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