I was wondering, why I'm not able to drag files to applications opened by Conemu, like for example emacs, firefox, etc..
How could be this enabled?
Thanks
UPDATE:
I've uploaded a video to illustrate the issue: Video
I was wondering, why I'm not able to drag files to applications opened by Conemu, like for example emacs, firefox, etc..
How could be this enabled?
Thanks
UPDATE:
I've uploaded a video to illustrate the issue: Video
It seems that this is nothing to do with ConEmu or Powershell. It's Windows! :-)
Apparently if I open an application as an Administrator, then I'm not allowed to drag files into this application by design and for security reasons.
This is how the UAC works. Drag- and Drop are messages. And sending messages
from a program with normal rights, to an application with admin rights can
cause security issue.
Do Drag & Drop only work with application with the same rights (program
with Admin rights to program with admin rights or program with normal rights to
program with normal rights ).