WindowsStuff/Registry/Add UnblockFiles To Context...

25 lines
1.5 KiB
Reg
Raw Normal View History

2022-12-18 10:32:07 +01:00
<EFBFBD><EFBFBD>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"