Search code examples
windowsregistrycontextmenu

How to add subfolders to the Context Menu by hand with registry


I have 2 programs and i want to add a folder with 2 subfolders to the right click menu on a file (Context Menu), so, when i press on a file, it shows me the name of the folder. When i move the cursor onto the folder, it should show the 2 subfolders (for 2 programs that i made that change size of this file.

MY PROBLEM: I don't know how to tell the registry that the folder (called MyPrograms, see below) has 2 subfolders.

IMPORTANT: I do NOT want to use software like Easy Context Menu.

enter image description here This is how it looks so far.

When i press right click on a file, it looks like this:

You see that the last option has an arrow, i want the same, so subfolders.

[enter image description here1

The Values of my Keys are the followingenter image description here

enter image description here

enter image description here

This now looks a bit weird.

Thank you for your time.


Solution

  • I had to add this "SubCommands": enter image description here

    Now there is an arrow.