Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slow to press "Send to" #57

Closed
RadonCoding opened this issue Jul 20, 2022 · 4 comments
Closed

Slow to press "Send to" #57

RadonCoding opened this issue Jul 20, 2022 · 4 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@RadonCoding
Copy link

wouldn't it be better to just add the retoolkit in the first context menu? it's annoying to have to right click and then click send to everytime

@RadonCoding
Copy link
Author

I've never seen these "issues" i used a similar context menu before that didn't use the send to but it worked perfectly fine.

@merces
Copy link
Contributor

merces commented Jul 25, 2022

Thanks for your question @RadonCoding. We've discussed this in #5. I chose to use SendTo+ because I found no other way of creating multiple levels context menus, few of them with lots of entries. IIRC, there is a limit of menu entries you can create via registry. Do you have an idea on how to achieve this?

@merces merces added question Further information is requested enhancement New feature or request labels Jul 26, 2022
@merces
Copy link
Contributor

merces commented Aug 4, 2022

Just tried it again but I couldn't make Windows to show more than 11 entries. The following registry dump contains 12 entries (count the command lines) but only 11 are shown:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\*\shell\retoolkit]
"MUIVerb"="retoolkit"
"SubCommands"=""

[HKEY_CLASSES_ROOT\*\shell\retoolkit\shell]

[HKEY_CLASSES_ROOT\*\shell\retoolkit\shell\hexeditors]
"MUIVerb"="Hex Editors"
"SubCommands"=""

[HKEY_CLASSES_ROOT\*\shell\retoolkit\shell\hexeditors\shell]

[HKEY_CLASSES_ROOT\*\shell\retoolkit\shell\hexeditors\shell\fhex]
"MUIVerb"="Fhex"

[HKEY_CLASSES_ROOT\*\shell\retoolkit\shell\hexeditors\shell\fhex\command]
@="\"C:\\Users\\admin\\AppData\\Local\\Programs\\retoolkit\\hexeditors\\fhex\\fhex.exe\" \"%1\""

[HKEY_CLASSES_ROOT\*\shell\retoolkit\shell\hexeditors\shell\rehex]
"MUIVerb"="Rehex"

[HKEY_CLASSES_ROOT\*\shell\retoolkit\shell\hexeditors\shell\rehex\command]
@="\"C:\\Users\\admin\\AppData\\Local\\Programs\\retoolkit\\hexeditors\\rehex\\rehex.exe\" \"%1\""

[HKEY_CLASSES_ROOT\*\shell\retoolkit\shell\network]
"MUIVerb"="Network Tools"
"SubCommands"=""

[HKEY_CLASSES_ROOT\*\shell\retoolkit\shell\network\shell]

[HKEY_CLASSES_ROOT\*\shell\retoolkit\shell\network\shell\echomirage]
"MUIVerb"="Echo Mirage"

[HKEY_CLASSES_ROOT\*\shell\retoolkit\shell\network\shell\echomirage\command]
@="\"C:\\Users\\admin\\AppData\\Local\\Programs\\retoolkit\\network\\echomirage\\EchoMirage.exe\""

[HKEY_CLASSES_ROOT\*\shell\retoolkit\shell\ole]
"MUIVerb"="OLE Tools"
"SubCommands"=""

[HKEY_CLASSES_ROOT\*\shell\retoolkit\shell\ole\shell]

[HKEY_CLASSES_ROOT\*\shell\retoolkit\shell\ole\shell\lessmsi]
"MUIVerb"="Less MSIerables (lessmsi)"

[HKEY_CLASSES_ROOT\*\shell\retoolkit\shell\ole\shell\lessmsi\command]
@="\"C:\\Users\\admin\\AppData\\Local\\Programs\\retoolkit\\ole\\lessmsi\\lessmsi-gui.exe\" \"%1\""

[HKEY_CLASSES_ROOT\*\shell\retoolkit\shell\ole\shell\ssview]
"MUIVerb"="Structured Storage Viewer"

[HKEY_CLASSES_ROOT\*\shell\retoolkit\shell\ole\shell\ssview\command]
@="\"C:\\Users\\admin\\AppData\\Local\\Programs\\retoolkit\\ole\\ssview\\SSView.exe\" \"%1\""

[HKEY_CLASSES_ROOT\*\shell\retoolkit\shell\processmonitors]
"MUIVerb"="Process Monitors"
"SubCommands"=""

[HKEY_CLASSES_ROOT\*\shell\retoolkit\shell\processmonitors\shell]

[HKEY_CLASSES_ROOT\*\shell\retoolkit\shell\processmonitors\shell\apimonitor32]
"MUIVerb"="API Monitor (x86)"

[HKEY_CLASSES_ROOT\*\shell\retoolkit\shell\processmonitors\shell\apimonitor32\command]
@="\"C:\\Users\\admin\\AppData\\Local\\Programs\\retoolkit\\apimonitor\\apimonitor-x86.exe\" \"%1\""

[HKEY_CLASSES_ROOT\*\shell\retoolkit\shell\processmonitors\shell\apimonitor64]
"MUIVerb"="API Monitor (x64)"

[HKEY_CLASSES_ROOT\*\shell\retoolkit\shell\processmonitors\shell\apimonitor64\command]
@="\"C:\\Users\\admin\\AppData\\Local\\Programs\\retoolkit\\apimonitor\\apimonitor-x64.exe\" \"%1\""

[HKEY_CLASSES_ROOT\*\shell\retoolkit\shell\processmonitors\shell\filegrab]
"MUIVerb"="FileGrab"

[HKEY_CLASSES_ROOT\*\shell\retoolkit\shell\processmonitors\shell\filegrab\command]
@="\"C:\\Users\\admin\\AppData\\Local\\Programs\\retoolkit\\filegrab\\FileGrab.exe\""

[HKEY_CLASSES_ROOT\*\shell\retoolkit\shell\processmonitors\shell\processhacker32]
"MUIVerb"="Process Hacker (x86)"

[HKEY_CLASSES_ROOT\*\shell\retoolkit\shell\processmonitors\shell\processhacker32\command]
@="\"C:\\Users\\admin\\AppData\\Local\\Programs\\retoolkit\\processhacker\\x86\\ProcessHacker.exe\" \"%1\""

[HKEY_CLASSES_ROOT\*\shell\retoolkit\shell\processmonitors\shell\processhacker64]
"MUIVerb"="Process Hacker (x64)"

[HKEY_CLASSES_ROOT\*\shell\retoolkit\shell\processmonitors\shell\processhacker64\command]
@="\"C:\\Users\\admin\\AppData\\Local\\Programs\\retoolkit\\processhacker\\x64\\ProcessHacker.exe\" \"%1\""

[HKEY_CLASSES_ROOT\*\shell\retoolkit\shell\unpacking]
"MUIVerb"="Unpacking"
"SubCommands"=""

[HKEY_CLASSES_ROOT\*\shell\retoolkit\shell\unpacking\shell]

[HKEY_CLASSES_ROOT\*\shell\retoolkit\shell\unpacking\shell\qunpack64]
"MUIVerb"="QuickUnpack (x64)"

[HKEY_CLASSES_ROOT\*\shell\retoolkit\shell\unpacking\shell\qunpack64\command]
@="\"C:\\Users\\admin\\AppData\\Local\\Programs\\retoolkit\\qunpack\\QUnpack64\\Explorer.exe\" \"%1\""

[HKEY_CLASSES_ROOT\*\shell\retoolkit\shell\unpacking\shell\xvolkolak]
"MUIVerb"="XVolkolak"

[HKEY_CLASSES_ROOT\*\shell\retoolkit\shell\unpacking\shell\xvolkolak\command]
@="\"C:\\Users\\admin\\AppData\\Local\\Programs\\retoolkit\\xvolkolak\\xvlk.exe\" \"%1\""

The 12th is XVolkolak, which is not shown:

image

I'll close it for now. Let me know if you find any workaround to this limitation.

Thanks again.

@merces merces closed this as completed Aug 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants
@merces @RadonCoding and others