Quote:
If you do "Run as administrator" then it's elevated, but there's a special permission called "uiAccess" that the process can only get if these three conditions are met:
- UAC is enabled
- DF is signed with a valid code-signing cert (it is)
- DF is installed and running from either "Program Files" or "Program Files (x86)"
In your case, it's the first one that's preventing it from obtaining uiAccess and there's no way for us to work around that.