2
votes
1answer
386 views

How to install Windows service from command line while setting recovery options

I have a Windows service that I build on a build server and then install on multiple remote servers using Sysinternals PSExec and sc create. This was worked well to this point but I now have a need to ...