I cannot drag and drop file paths on cmd/powershell running with admin privileges

Wasif

When I start my cmd or powershell console with administrative privileges, I cannot drag and drop a file on them. But I can drag and drop file on it when running with normal privileges. How can I fix this issue?

I am using Windows 10 64-bit Pro

Thank you!

Chayze

I've found this answer, which sounded reasonable to me:

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 ).

Source: "Run as Administrator" prevents drag and drop working.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

JavaFX cannot drag and drop

From Dev

Running powershell scripts by drag-n-drop file or folder on it

From Dev

Detecting drag and drop with Modernizr (not file drag and drop)

From Dev

Running git daemon with read only user gives "fatal: cannot drop privileges"

From Dev

Running git daemon with read only user gives "fatal: cannot drop privileges"

From Dev

Drag and Drop File Uploading

From Dev

Matplotlib Drag and Drop File

From Dev

Cannot drag and drop after$AJAX

From Dev

WPF file to file drag and drop

From Dev

How do I check if my program is running under admin privileges via C++?

From Dev

How to make drag drop tree in django admin?

From Dev

Drag and Drop file upload with GWT

From Dev

Drag and drop file example in pygobject

From Dev

Qt - Drag and Drop File into ListView

From Dev

Drag and drop upload - file not saved

From Dev

Drag n' Drop File Upload

From Dev

Drag and Drop svg file in a canvas

From Dev

Drag & Drop file upload automatically

From Dev

Drag n Drop a SVG File

From Dev

Why I can not drop sudo root privileges?

From Dev

Request Admin Privileges for file manipulation in .NET application

From Dev

Why cannot i use batch XCOPY while running in admin mode?

From Dev

Android Studio - Cannot Drag and Drop Button

From Dev

Cannot drag and drop on full row of NSOutlineView

From Dev

Cannot Drag and Drop Email's between Folders

From Dev

How do I tell if zsh is running with privileges?

From Dev

How do I drag and drop an external file to my xojo app and return the path

From Dev

I like to do multiple file upload using codeigniter along with drag and drop identical togmail upload

From Dev

Drag and drop file using ExtJS 6

Related Related

HotTag

Archive