You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
If "Copy paths of shortcut..." is checked, "Path Copy" moves to the top of context menu.
To Reproduce
Right-click on any .lnk file.
Note that "Path Copy" is located at the bottom of context menu.
Go to the Settings => Options tab.
Check the option "Copy paths of shortcut (.lnk) files themselves", and click OK button.
Right-click on any .lnk file again.
Result: "Path Copy" location in context menu has moved from the bottom to the top.
Expected behavior
The location of "Path Copy" in context menu should be permanent.
Better, if user could select that permanent location via additional setting on Options tab (see Microsoft Docs).
Total reinstall, including manually cleaning the disk and registry from "PathCopy" and "Path Copy".
Installation for all users or just for me.
Installation on clean virtual machine.
By the way, it would be good idea to replace the option "Copy paths of shortcut (.lnk) files themselves" with two items on Commands tab: "Copy Shortcut Path" and "Copy Shortcut Target Path".
The text was updated successfully, but these errors were encountered:
Copying path of shortcuts themselves is kinda tricky because it involves two instances of the shell extension. The second instance is the one that will be used when copying the path of a shortcut. Because of this I cannot control the position of the instances in the menu. This also makes it impossible to toggle between the two choices using two commands.
The documentation you linked to concerns static verbs - those defined by registry entries only. This is not the case with Path Copy Copy as its dynamic nature precludes the use of the registry only. I do not know of a way to specify the position of the menu items in the contextual menu for dynamic extensions like Path Copy Copy.
Description
If "Copy paths of shortcut..." is checked, "Path Copy" moves to the top of context menu.
To Reproduce
Expected behavior
The location of "Path Copy" in context menu should be permanent.
Better, if user could select that permanent location via additional setting on Options tab (see Microsoft Docs).
Screenshots
Software:
Additional context
Related issue.
Doesn't help:
By the way, it would be good idea to replace the option "Copy paths of shortcut (.lnk) files themselves" with two items on Commands tab: "Copy Shortcut Path" and "Copy Shortcut Target Path".
The text was updated successfully, but these errors were encountered: