I just learned how to create a context menu for the Desktop, but what I really want is to only have the context menu for one specific link. Is this possible? I have not figured out how yet. I was hoping to specify the file instead of an extension in HKEY_CLASSES_ROOT, but I have not gotten been able to get it to work. This is my most current attempt.
[HKEY_CLASSES_ROOT\Applications\My Link.lnk\Shell\Toggle]
"Position"="Top"
"Icon"="\"C:\\Program Files (x86)\\My Toggle\\My Toggle.Exe\""
@="Toggle"
[HKEY_LOCAL_MACHINE\Software\Classes\My Link.lnk\shell\Toggle\command]
@="\"C:\\Program Files (x86)\\My Toggle\\My Toggle.Exe\""