WindowsStuff/Registry/Remove UnblockFiles To Cont...

25 lines
1.6 KiB
Reg
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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"