I have a small app, that needs to change some stuff in the registry and open on startup and for that, I need to open the application as administrator.
I do not want the user to be asked every time if the app needs admin rights.
I tried adding a manifest file and including this line:
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
also, the application should work on stations that its users are not an administrator
is there any way to do such a thing? thank you for your help