Does somebody know how to get admin privileges AT RUNTIME? Please do not suggest this:
<requestedPrivileges>
<requestedExecutionLevel
level="requireAdministrator"
uiAccess="false"/>
</requestedPrivileges>
Hope somebody knows how to do that.
I mean, for example, consider this situation: I have an app that runs without administrator rights and usually does not makes any changes on your computer. But if you click one certain button, the app will ask for admin rights and then does something, which is needed.