I have a service's name and I want to stop and remove this windows service, how to do it? I searched DeleteService but I don't know how to use it properly.
At least if memory serves, the sequence is something close to this:
See the Deleting a Service example on MSDN.