To see running services from a command prompt type: sc query or sc query | more or for a more abbreviated list type: sc query | find "NAME"
To start or stop a service from the command prompt, type: sc stop servicename (where "servicename" is the name of the service) or sc start servicename
To see what else you can do with the "sc" command, type: sc /?