jparnell8839 / AlwaysOnTop

Make a Windows application always run on top
GNU General Public License v3.0
205 stars 40 forks source link

When app is run in elevated admin mode AlwaysOnTop won't work #12

Open stephen147 opened 7 years ago

stephen147 commented 7 years ago

After running an app in elevated admin mode it can't be placed on top.

jparnell8839 commented 7 years ago

Interesting... This is probably because the UAC model will not allow the process handle to be manipulated... Have you tried running AlwaysOnTop as admin under UAC?

jparnell8839 commented 7 years ago

Nope, that's not a valid solution... If you have hotkeys enabled, every key gets intercepted... I'll take a look at this

stephen147 commented 7 years ago

I have my computer in UAC mode and generally don't run apps in an elevated state as it causes havoc with dragging and dropping. Hopefully, you can find a fix.

lankymart commented 7 years ago

Is this issue related to Keyboard issue? #15