hammerhead13 Posted September 16, 2009 Report Share Posted September 16, 2009 I am trying to get a Service to Run under a specific account. I need a way to have the User Name and Password entered with either a batch or script because I need to do this on multiple PCs. Any help is greatly appreciated. Thanks! Quote Link to comment Share on other sites More sharing options...
hammerhead13 Posted September 18, 2009 Author Report Share Posted September 18, 2009 I use this to set the "Log in as" info.sc.exe config "Service" obj= "Username" password= "Password" TYPE= ownWhen I check the the services it doesn't start. I get a login failure. The username & password is there but If I manually input the password over again it will give me a pop up stating that the user now has access. Any ideas why the password will not go in the first time from the script? Quote Link to comment Share on other sites More sharing options...
Chris Posted September 18, 2009 Report Share Posted September 18, 2009 What's the actual service called?Have you tried adding net start "service" after the sc bit?What happens if you run the sc command from the command line on that specific account? Quote Link to comment Share on other sites More sharing options...
hammerhead13 Posted September 21, 2009 Author Report Share Posted September 21, 2009 Basically what I am doing is having "Everest" run as a Service so that I can audit PCs even when no one is logged in to the PC. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.