How to revinvent msconfig using vb.net?

  • Thread starter Thread starter Siegfried Heintze
  • Start date Start date
S

Siegfried Heintze

I would like to enumerate all the services on my machine much like
msconfig.exe does. Can someone point me to some example code that enumerates
all the services registered?

Thanks,
Siegfried
 
Siegfried Heintze said:
I would like to enumerate all the services on my machine much like
msconfig.exe does. Can someone point me to some example code that
enumerates
all the services registered?

Check out 'ServiceController.GetServices'.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top