I tried to set to execute the specified command for the target file / folder by passing the path to the file / folder with a placeholder in the context menu.
When I selected the shortcut (link file) and executed it , the passed path is not "the path of the link file itself" but "the folder path of the link destination". I tried using "% 1" and "% L" as placeholders.
Since passing "folder path of link destination" is not good, I want to: (A) set the path to be passed in the placeholder to "the path of the link file itself" * Excluding from process / Processing as the link file at the receiving destination
(B) display the context menu for the shortcut (link file) ONLY (i.e. displayed differently from the general folder) when selected
about (b),
HKEY_CLASSES_ROOT \ lnkfile \ shell
HKEY_CLASSES_ROOT \ AllFilesystemObjects \ shell
I tried to change the contents with the same key and give priority to the setting of lnkfile,
but the setting of the latter (AllFilesytem ..) got priority.
When you make it, it will be displayed differently from the general folder I would like to take one of the measures, but is there a good idea?
We would appreciate it if you could ask us if there are any parts that are lacking in confirmation or explanation.
Thank you.