Sc Stop Command In Windows Server 2008

In this article I am going to explain about Sc Stop command in windows server 2008 operating system.
  • 1566

Introduction

 Sc stop command is used to Sends a STOP control request to a service.

Syntax of Sc Stop
command

sc [<ServerName>] stop <ServiceName>


Parameters in Sc Stop command

It contains following parameter, which is given below:
 
Parameter Description
<ServerName> It specifies the name of the remote server on which the service is installed.
<ServiceName> It specifies the service name returned by getKeyname operation.
/? It displays help at the command prompt.

Example of Sc Stop command

sc stop tapisrv

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.