Let's start off by saying I am on Windows 10 and that i've seen many posts about this subject but none seemed to work for me. Looking at this post has solved some issues but I still need some assistance. Add menu item to windows context menu only for specific filetype
What I want to do is add an a specific item to only images (I will start with .jpg) that will say "Upload Image". Here is what I have so far:
- I searched for the default value of
HKEY_CLASSES_ROOT\.jpg
which is jpegfile. - I added this key
HKEY_CURRENT_USER\SOFTWARE\Classes\jpegfile\shell\ImagePanel\command
- I set command default value to my application directory.
After doing all that, the only thing that changed is the context menu shows my application under "Open with" and doesn't actually have its own spot on the context menu.
Am I doing something wrong here?