I need to run a process with the SYSTEM account.
Starting from Administrator, which is the best way to elevate to the SYSTEM account?
It should work for Windows XP and later.
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.
If you need to start or stop a service that is running in the system account, you don’t need to run a process in the system account.
Instead, you need to set the ACL on your service (it is your service, right?) to grant interactive users the right to start or stop your service.
If it is not your service, then you really shouldn’t do that. If the author of the service decided that interactive users weren’t supposed to start or stop their service, they probably had a good reason for making that decision.