kimmknight / remoteapptool

Create and manage RemoteApps hosted on Windows 7, 8, 10, 11, XP and Server. Generate RDP and MSI files for clients.
Other
2.92k stars 380 forks source link

Drag and Drop Support #132

Open kimmknight opened 1 month ago

kimmknight commented 1 month ago

Allow dragging and dropping of .exe files (and possibly .lnk files) into the main window to create RemoteApps.

kimmknight commented 1 month ago

Probably worth implementing #135 (Shortcut Support) before implementing drag-and-drop.

kimmknight commented 1 month ago

Had a quick look at this. There is one possible roadblock: RemoteApp Tool runs as UAC admin, but File Explorer does not. I think dragging from an un-elevated app to an elevated one is not allowed.