Exposes the following actions for services:
Delete service - removes the service using the sc delete command line exe.
Modify Path to executable - changes the command line used to run the service. This is done by accessing the registry entry for the service.
These actions demonstrate the following: - Invoke .net classes to display MessageBoxes - Use conditional logic - Invoke a command line utility (sc.exe) - Invoke VBScript (to call InputBox) - Read and write the registry using registry provider
I added these actions because they are 2 things you can't do from the Services control panel applet, which I've had to do on occasion.
Use caution with these, as you could delete services and change paths to something invalid!
|