I have a standard c# winforms exe with drag and drop enabled which is working fine, But when I run exe as Admin then drag and drop doesn't work. How I can sort this?
Asked
Active
Viewed 2,793 times
1 Answers
2
Lower-privileged processes cannot drag-and-drop to higher-privileged ones on Vista and later.
You can also open a file explorer (for instance TotalCommander) as administrator, this will allow you to drag and drag, because they both run on the same privilege level.