diff --git a/scripts/7-zip/install-context.reg b/scripts/7-zip/install-context.reg index 9b245f97b7..04858aeafb 100644 --- a/scripts/7-zip/install-context.reg +++ b/scripts/7-zip/install-context.reg @@ -16,6 +16,12 @@ Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Classes\Folder\shellex\ContextMenuHandlers\7-Zip] @="{23170F69-40C1-278A-1000-000100020000}" +[HKEY_CURRENT_USER\Software\Classes\Directory\shellex\DragDropHandlers\7-Zip] +@="{23170F69-40C1-278A-1000-000100020000}" + +[HKEY_CURRENT_USER\Software\Classes\Drive\shellex\DragDropHandlers\7-Zip] +@="{23170F69-40C1-278A-1000-000100020000}" + [HKEY_CURRENT_USER\SOFTWARE\7-Zip\Options] "MenuIcons"=dword:00000001 "CascadedMenu"=dword:00000001 diff --git a/scripts/7-zip/uninstall-context.reg b/scripts/7-zip/uninstall-context.reg index 70e7390c84..79faa9dfc5 100644 --- a/scripts/7-zip/uninstall-context.reg +++ b/scripts/7-zip/uninstall-context.reg @@ -5,4 +5,6 @@ Windows Registry Editor Version 5.00 [-HKEY_CURRENT_USER\Software\Classes\*\shellex\ContextMenuHandlers\7-Zip] [-HKEY_CURRENT_USER\Software\Classes\Directory\shellex\ContextMenuHandlers\7-Zip] [-HKEY_CURRENT_USER\Software\Classes\Folder\shellex\ContextMenuHandlers\7-Zip] +[-HKEY_CURRENT_USER\Software\Classes\Directory\shellex\DragDropHandlers\7-Zip] +[-HKEY_CURRENT_USER\Software\Classes\Drive\shellex\DragDropHandlers\7-Zip] [-HKEY_CURRENT_USER\SOFTWARE\7-Zip\Options]