How to Stop Window Service Remotely on Windows

Vai al contenuto principale
Categories
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