How to Stop a Service on a Remote Computer
- 1). Log in to your computer as user with administrative privileges.
- 2). Click "Start," open "All Programs," open "Accessories" and open the "Command Prompt."
- 3). Type "netsvc service_name \\computer_name /stop" into the command prompt. Substitute the service name you want to stop and the computer name for the "service_name" and "computer_name" variables in this example.
- 4). Press "Enter" and the service you specified is stopped on the remote computer.
Source...