Sc pause Command in Windows Server 2008

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

Introduction

The operating system Sc pause command is used to send a pause control request to a service.

Syntax of Sc pause
command

sc [<ServerName>] pause [<ServiceName>]


Parameters in Sc pause command

It contains following parameter, which is given below:
 
Parameter Description
<ServerName> It specifies the name of the remote server on which service is located.
<ServiceName> It specifies the service name.

Example of Sc pause command

sc pause tapisrv

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.