Send to Desktop / Open With

Hi

i'm have the option " hide windows context menu items" :
1-i want to make a button that makes a shortcut and send it to desktop like the classic function "send to desktop" in windows explorer.

2-how i can i add the item "open with" for all my files?

thanks in advance

For #1 (send to desktop as shortcut), something like this would do it:

Copy MAKELINK=shortcut TO /desktopdir

For #2, you can invoke the Open With menu by adding the following command to the context menu in Filetypes:

Filetype CONTEXTFORCE CONTEXTMENU={09799AFB-AD67-11d1-ABCD-00C04FC30936}

Thanks jon your tricks works like a charm :slight_smile: