Jump to content

Recommended Posts

Posted

when i right click a file and go to the 7zip selection then it opens up a list of what it can do how do i remove some of the entries

o have opened the 7-zip.dll and found in dialog 102 i should have a menu that i am able to do it but i cant find the menu in question any ideas without editing the dll?


Posted

ok skip that after searching all day i eventually clicked every option in 7zip and found it in the plugin tab ??? lol anyway after setting them where is the setting file located so i could copy to another installation and keep those settings

Posted

In the registry.

[HKEY_CURRENT_USER\Software\7-ZIP\Options] 
"ContextMenu"=dword:00000137

00000137 will change depending on what items appear in the context menu

Posted

i exported the reg file and ran it through run once and it didnt register is that because its in current user?? how do i fix it

Posted (edited)

hm worked the second time ???

but 7zip isnt associating 7zip files with it and winrar isnt ticked

Edited by b-man
Posted

You have to import file type associations. Ex:

Windows Registry Editor Version 5.00

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

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

[HKEY_CLASSES_ROOT\7-Zip.7z\DefaultIcon]
@="D:\\Programs\\7-Zip\\7z.dll,0"

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

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

[HKEY_CLASSES_ROOT\7-Zip.7z\shell\open\command]
@="\"D:\\Programs\\7-Zip\\7zFM.exe\" \"%1\""

Don't know what you mean about WinRar.

I suggest you get your hands on Regshot 2 Unicode and monitor your settings, then export your reg files.

Posted

i meant it wasnt associated with winrar so that couldnt of been the problem

i thought installing it would register the association

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...