Share

7-Zip

Subscribe

Feature request: 'add to zip' context menu

You are viewing a single message from this topic. View all messages.

  1. nobody

    2005-06-23 12:00:55 UTC
    Paste the code below into a "7zip.reg" file, and merge it into your registry. Second best thing for me?


    Windows Registry Editor Version 5.00

    [HKEY_CLASSES_ROOT\.zip]
    @="7-Zip.zip"

    [HKEY_CLASSES_ROOT\7-Zip.zip]
    @="zip Archive"

    [HKEY_CLASSES_ROOT\7-Zip.zip\DefaultIcon]
    @="C:\\Program Files\\7-Zip\\Formats\\zip.dll"

    [HKEY_CLASSES_ROOT\7-Zip.zip\shell]
    @=""

    [HKEY_CLASSES_ROOT\7-Zip.zip\shell\open]
    @=""

    [HKEY_CLASSES_ROOT\7-Zip.zip\shell\open\command]
    @="\"C:\\Program Files\\7-Zip\\7zFMn.exe\" \"%1\""


    [HKEY_CLASSES_ROOT\*\shell]

    [HKEY_CLASSES_ROOT\*\shell\Zip]
    @="Compress to &Zip"

    [HKEY_CLASSES_ROOT\*\shell\Zip\command]
    @="\"C:\\Program Files\\7-Zip\\7zgn.exe\" a -tzip -mx9 \"%1\".zip \"%1\""

    [HKEY_CLASSES_ROOT\Folder\shell\Zip]
    @="Compress to &Zip"

    [HKEY_CLASSES_ROOT\Folder\shell\Zip\command]
    @="\"C:\\Program Files\\7-Zip\\7zgn.exe\" a -r -tzip -mx9 \"%1\".zip \"%1\""
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.