Skip to main content

All Questions

7 votes
3 answers
27k views

Unable to start service in window 10 by using NSSM

I have create a small script file to test. This my script.bat file. sc create myService binpath= C:\Users\Admin\Desktop\test.bat start= auto This is my test.bat file. echo "Welcome to Wizard" ...
miki's user avatar
  • 71
5 votes
2 answers
13k views

Need command to edit a service's log on to Local System Account

When you right click a service in services.msc and go to properties and Log On, it lets you change it to Local System account, how can I switch to that setting with a batch command, I want to switch ...
Matthew Terry's user avatar
7 votes
1 answer
10k views

Edit windows service to log on as specific user using a batch script

I have several programs that are installed as a service. By default, after installation, the service runs as Local System Account. I can change it through services.msc, service properties to the ...
Ofiris's user avatar
  • 1,937