Initial version
This commit is contained in:
6
Powershell/unblockFiles.txt
Normal file
6
Powershell/unblockFiles.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
Get-ChildItem C:\Users\jeroe\Desktop\weg -recurse | Unblock-File
|
||||
|
||||
|
||||
|
||||
|
||||
Get-ChildItem -Recurse | % { Rename-Item -Path $_.PSPath -NewName $_.Name.replace("FirstWord","SecondWord") }
|
Reference in New Issue
Block a user