How to Start or Stop Services on a Remote Windows Computer

To start a service on a remote computer running Windows OS, from a command prompt:
sc \\computer start "Service Name"

To stop a service on a remote computer running Windows OS, from a command prompt:
sc \\computer stop "Service Name"