Sc Start Command In Windows Server 2008

In this article I am going to explain about sc start command in windows server 2008 operating system.
  • 1645

Introduction

 Sc start command is used to start a service.

Syntax of Sc Start
 command

sc [<ServerName>] start <ServiceName> [<ServiceArguments>]


Parameters in Sc start 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.
<ServiceArguments> It specifies the service arguments to pass to the service to be started.
/? It displays help at the command prompt.

Example of Sc Start command

sc start tapisrv

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.