Hi,
I need some help with Windows NT-Services. I have some services installed on a remote machine which I need to monitor and control from my local machine.
With the ServiceController Class I can control the service, e.g. starting, stopping and so on. I also get the state of the Service via the ServiceController Class (Running, stopped, ...). But I also need to know the service startup typ (automatic, deactivated, ...).
Anybody some advice?
Thanks