How to start a disabled service?

  • Thread starter Thread starter yxq
  • Start date Start date
Y

yxq

Hello

I want to start a disabled service using VB.Net, i use the start propetry in
ServiceController class,

but it can not start a disabled service, how to do?

Many thanks
 
i assume you would have to change service status to manual, or
Automatic, THEN start it.

the 'SC' command line tool might give you some leads.
 
Thank you


isaac rainsford said:
i assume you would have to change service status to manual, or
Automatic, THEN start it.

the 'SC' command line tool might give you some leads.
 
Back
Top