-
|
Hi there, is it possible to drag-and-drop a file (say, .img) onto one of the apps (e.g. paint) to open it like in Win10 Quick Launch? Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
@yoavsapir Current behavior: When dragging a file to the Desktop, SystemTrayMenu always creates a copy and never deletes the original file — even if it’s on the same drive Paint test (Windows 11): |
Beta Was this translation helpful? Give feedback.
@yoavsapir
Yes, drag & drop into other applications works.
Here’s an example:
https://github.com/user-attachments/assets/6c8ce3f7-9acc-42ef-94d9-f31e0c49d7e5
Current behavior:
Drag & drop into SystemTrayMenu is not supported
Drag & drop from SystemTrayMenu to the filesystem (e.g. Desktop) or to another application works
When dragging a file to the Desktop, SystemTrayMenu always creates a copy and never deletes the original file — even if it’s on the same drive
Paint test (Windows 11):
Initially, dragging a file from the Desktop into Paint did not work
Root cause: Paint does not accept drag & drop when started as Administrator
Once Paint is started without admin privileges, drag & drop wor…