how stop service of other computer over network connection

  • Thread starter Hein Heinrichsen
  • Start date
H

Hein Heinrichsen

Hello
is there any way to stop a service of an other computer over a network
connection?
the local command ist "net stop service" but how to send it............
Thanks for the help!
MIchael
 
R

rwh

To stop a service remotly you can use the command sc.
Example:
sc \\%computername% stop "Service Name"
sc \\%computername% start "Service Name"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top