How Can We Help?

Categories

How to Stop Window Service Remotely on Windows

You are here:
< Back

Using Command Prompt (SC Command)

Check service name:

sc GetKeyName “SERVICENAME”

Es.     sc GetKeyName “Windows search”
[SC] GetServiceKeyName SUCCESS
Name = WSearch

 

Command Service name

sc \\NOMECOMPUTER stop servicename
sc \\NOMECOMPUTER start servicename

Es.     sc \\server1 start WSearch