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.1716389586.txt.gz · Last modified: by thomas
