How do I clone my cascading context menu for 'dllfile'?

1

I recently made a custom cascading context menu folder for applications on my computer. Everything works as I intended and I'd like to add this for dynamic link library files as well but I've hit a wall doing so. Here is the registry settings I used for the exefile key:

enter image description here

Adding my custom commands from the command store appear in the order I've specified and they all work correctly:

enter image description here

I have replicated what I want included in the dllfile key but I don't get Binary Toolbox in the context menu:

enter image description here

What's missing? It's my understanding that my custom commands need to be in the command store, and declared in the shell key for the file type I choose as shown above. Does the dynamic link library class/key use a different registry key for command references?

Mr. Mendelli

Posted 2019-04-08T07:37:19.123

Reputation: 1 061

Interesting, when I create a Binary Toolbox key there with your icon value and a blank SubCommands value, I get a (useless) Binary Toolbox item as the first entry in DLLs' context menus. Could you try blanking SubCommands and seeing what happens? – Ben N – 2019-05-16T18:14:36.473

Yes @BenN, I'll give it a try later today. – Mr. Mendelli – 2019-05-16T19:16:42.250

Answers

0

After some trial and error, I discovered that I had the answer but I had some typos in my exported registry file. After re-exporting my modified exefileregistry file I simply had to replace all occurrences of exefile with dllfile followed by importing the modified registry file.

Mr. Mendelli

Posted 2019-04-08T07:37:19.123

Reputation: 1 061