User Tools

Site Tools


public:unblocking_all_files_in_a_folder_recursively

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

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki