User Tools

Site Tools


public:unblocking_all_files_in_a_folder_recursively

This is an old revision of the document!


Unblocking all files in a folder recursively on Windows

Use powershell:

Get-ChildItem -Path 'C:\Path\To\Folder' -Recurse | Unblock-File
public/unblocking_all_files_in_a_folder_recursively.1716389559.txt.gz · Last modified: by thomas

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki