User Tools

Site Tools


public:unblocking_all_files_in_a_folder_recursively

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
public:unblocking_all_files_in_a_folder_recursively [2024/05/22 14:52] – created thomaspublic:unblocking_all_files_in_a_folder_recursively [2024/05/22 14:53] (current) thomas
Line 1: Line 1:
 ====== Unblocking all files in a folder recursively on Windows ====== ====== Unblocking all files in a folder recursively on Windows ======
  
- +Use Powershell:
-Use powershell:+
  
 <code> <code>
 Get-ChildItem -Path 'C:\Path\To\Folder' -Recurse | Unblock-File Get-ChildItem -Path 'C:\Path\To\Folder' -Recurse | Unblock-File
 </code> </code>
 +
 +{{tag>Windows Powershell}}
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