Adding Component Services?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, i need to add the ability to start/stop services. I added the com+
component, and copied over the services.exe/comexp.msc files but I get a
"snap in failed to intitialize" error. What should I add? thanks.
 
walnut,

Add "Administration Support Tools" component for the Services UI.

Although, if you don't want to blow up your image footprint. Some services you can start from a command line using "net start/stop"
commands.
Or use sc.exe - "Service Command Line Tool" component.
 
Back
Top