So how can I make my service have normal user rights without providing login information manually?
Share
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.
Your service will run in the context of the user specified for it in the Service Control Panel, so it’s up to you which user it uses. 🙂 NETWORKSERVICE etc are the defaults, and you can change it manually or specify the username/password as arguments at install-time depending on what framework/tech you’re using.