I am setting up a Windows Server which will have some non-service apps running all the time. Since I don't want to login everytime just to start the apps, I want to use a Service Manager.

Microsoft's srvany is freely available. But do you know of other freeware (preferably, also Open Source) service managers?

I also found this: "NSSM - Non-Sucking Service Manager" ... any experience in using it?

Thanks for your answers.

link|improve this question

64% accept rate
feedback

1 Answer

up vote 0 down vote accepted

Unless it is missing some mandatory functionality you need, I'd suggest using the built-in sc command. You can create your own services within Windows without using third-party utilities.

Edit: Here's a Technet article, courtesy of squillman: http://support.microsoft.com/kb/251192

link|improve this answer
Can sc make a non-service app into a service? – pepoluan Apr 11 '11 at 12:15
@pepoluan Yes, see this Technet article. support.microsoft.com/kb/251192 – squillman Apr 11 '11 at 13:13
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.