Hein Heinrichsen
10-06-2005, 10:27 PM
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
Royce
10-06-2005, 10:45 PM
here is a 3rd party tool - http://www.sysinternals.com/
(PsService lists or controls services on a local or remote Win2K/NT system.)
"Hein Heinrichsen" wrote:
> 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
>
Hein Heinrichsen
10-07-2005, 08:19 AM
Thanks!!
Royce wrote:
>here is a 3rd party tool - http://www.sysinternals.com/
>(PsService lists or controls services on a local or remote Win2K/NT system.)
>
>"Hein Heinrichsen" wrote:
>
>
>
>>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
>>
>>
>>
rwh@rodharrison.com
10-11-2005, 07:39 PM
To stop a service remotly you can use the command sc.
Example:
sc \\%computername% stop "Service Name"
sc \\%computername% start "Service Name"