I have RequestExecutionLevel user at the start, because usually I install on user level.
But I want to change it afterwards, if some condition is detected, to admin. Is this possible?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The execution level (Integrity Level) of a Windows process is determined when the process starts and cannot be changed after the process has started.
While it might be possible to use the UAC plugin to get around this, I would actually recommend that you use
RequestExecutionLevel highestand gray out whatever option that requires admin rights for standard users…