G
Guest
Is there a way to change a Service's startup type somewhere in the .net
framework?
I've been messing around with the System.ServiceProcess namespace which
allows me to start, stop and pause services however if the service's
startup type is set to "Disabled" there is no way for me to change it
to Automatic or Manual... attempting to start a disabled service
results in exceptions (i.e. ServiceController.Start).
Thanks in advance...
framework?
I've been messing around with the System.ServiceProcess namespace which
allows me to start, stop and pause services however if the service's
startup type is set to "Disabled" there is no way for me to change it
to Automatic or Manual... attempting to start a disabled service
results in exceptions (i.e. ServiceController.Start).
Thanks in advance...