Page 1 of 1

How to show context menu "create symlink here"?

Posted: 13 Apr 2026 09:44
by tobwen
I want to create a new symlink to a folder.
When I drag (while pressing right mouse key) the folder to a new directory and release the mouse I expected a context menu entry similar to "create symlink here".
But this is not the case. Shortcut yes but no symlink.

How can I enable symlink creation context menu?

Re: How to show context menu "create symlink here"?

Posted: 13 Apr 2026 13:04
by eil
AFAIK there is no way to edit that menu.
For the moment you have 2 options:
- make a UDC/scripted button with #270 = that's an ID for create symlink;
- use Copy + top menu Edit > Paste Special, or XY native context menu > Paste Special = menu can be activated in CEA > Right click on white in file list.

Re: How to show context menu "create symlink here"?

Posted: 14 Apr 2026 08:48
by admin
There should be an entry "Shell Context Menu..." in XYplorer's drop context menu. Try it.

Re: How to show context menu "create symlink here"?

Posted: 28 Apr 2026 06:27
by tobwen
Thank you for suggestions.
"Shell Context Menu..." does not help.

But

"or XY native context menu > Paste Special = menu can be activated in CEA > Right click on white in file list."

seems interesting. But what means "CEA"?
Where exactly can I activate "Paste special"?

Re: How to show context menu "create symlink here"?

Posted: 28 Apr 2026 07:36
by highend
Paste Special is already a part of that menu but you are aware that you need to run XY with admin permissions to be able to create a symlink?
2026-04-28_07-33-17.png

Re: How to show context menu "create symlink here"?

Posted: 28 Apr 2026 07:56
by tobwen
works. Thank you