How do I have Presto create a Windows service with a specific user name and password? I’d post what I tried, but I’m not really sure where to start.
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.
There are typically three steps to actually creating the service:
First, actually create the service:
Second, configure the user and password:
Third, start the service:
As you can see, you’re simply using a Window’s command prompt to do each of these. Whatever you can do at a command prompt, you can do in Presto.