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\""