hellwig is correct but I'd just like to add the following:
- use net start command to see names of all services running
- copy the name of the service you want to stop to the clipboard
- use net stop <service name> to stop it (don't forget to put " at beginning and end of service name if it has spaces)