I have a service I have developed myself in C# and it includes an msi installation package. When I install this on my own computer I can see it (and start/stop it) in administrative tools -> Services but on another (very similar) machine I can't. I don't really care that much about whether I can see it there but somehow I'd like to be able to start/stop the service. Is there any other way to do that than thru administrative tools -> Services?
Of course, also an answer to "why doesn't the service appear in administrative tools -> Services" would be appreciated:)