Difference between revisions of "Unblock Files"
(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...") |
|||
Line 1: | Line 1: | ||
If you have allredy extraced your zip files while they where Blocked, | If you have allredy extraced your zip files while they where Blocked, | ||
− | + | [[File:File_security_unblock.png|400px]] | |
You have the possibility to bulk unblock via powershell, just change the Filepath to yours with this Code: | You have the possibility to bulk unblock via powershell, just change the Filepath to yours with this Code: |
Latest revision as of 08:16, 10 October 2025
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