25 lines
1.5 KiB
Reg
25 lines
1.5 KiB
Reg
Windows Registry Editor Version 5.00
|
||
|
||
; EonaCat Unblock files
|
||
; Created by Jeroen Saey (EonaCat)
|
||
; https://EonaCat.com
|
||
|
||
[HKEY_CLASSES_ROOT\Directory\Background\shell\unblock]
|
||
"MUIVerb"="Unblock"
|
||
"SubCommands"=""
|
||
|
||
[HKEY_CLASSES_ROOT\Directory\Background\shell\unblock\shell]
|
||
|
||
[HKEY_CLASSES_ROOT\Directory\Background\shell\unblock\shell\01unblock]
|
||
"MUIVerb"="Unblock all files"
|
||
|
||
[HKEY_CLASSES_ROOT\Directory\Background\shell\unblock\shell\01unblock\command]
|
||
@="powershell.exe dir '%V' | Unblock-File"
|
||
|
||
[HKEY_CLASSES_ROOT\Directory\Background\shell\unblock\shell\02unblock]
|
||
"MUIVerb"="Unblock all files including files in subfolders"
|
||
|
||
[HKEY_CLASSES_ROOT\Directory\Background\shell\unblock\shell\02unblock\command]
|
||
@="powershell.exe dir '%V' -Recurse | Unblock-File"
|
||
|