Sc pause

Applies To: Windows 7, Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1, Windows Server 2003 with SP2, Windows Server 2008, Windows Server 2008 R2, Windows Vista

Sends a PAUSE control request to a service.

For examples of how to use this command, see Examples.

Syntax

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

Parameters

Parameter Description

<ServerName>

Specifies the name of the remote server on which the service is located. The name must use the Universal Naming Convention (UNC) format (for example, \\myserver). To run SC.exe locally, omit this parameter.

<ServiceName>

Specifies the service name returned by the getkeyname operation.

/?

Displays help at the command prompt.

Remarks

  • Use the pause command to pause a service before shutting it down.

  • Not all services can be paused.

  • Not all services perform the same when paused. Some services continue to service existing clients but refuse to accept new clients. Others cease to service existing clients and also refuse to accept new clients.

Examples

To send a PAUSE control request to the TAPISRV service on the local computer, type:

sc pause tapisrv

Additional references

Command-Line Syntax Key