Replicate .DeskLink functionality of the Send To menu to another destination?

xShARkx

Member
Messages
56
Reaction score
3
So I want to replicate the .DeskLink functionality of the Send To menu to another path\shortcut, in other words, when I have the .exe of an application and I right-click on it -> send to -> desktop it creates a shortcut for that application... I want to replicate this functionality to another path\destination besides the desktop only, I want to have the same functionality for the windows all users startup folder.

Cause right now it was easy to add the all users startup folder to the send to menu, but when I click on the .exe of and application -> send to -> startup folder, it sends the .exe itself instead of creating a shortcut.
 
Try posting this question over on ElevenForums. Brink and that community loves doing "Send To" and context menus.

I imagine it's a three-part solution:
1. Reg file for creating a new "Send To" context menu.​
2. Script to create shortcut in All Users' folder.​
3. Elevated task to run script from context menu, because Explorer doesn't have Admin rights to write to All Users' folder.​
 
Back
Top