Collections:
Other Resources:
What Is "sc.exe" Command on Windows 8?
What is "sc.exe" command on Windows 8? Can I use it to manage services, like start or stop a service?
✍: FYIcenter.com
"sc.exe" is a command line tool that allows you to create, delete and manage Windows services on Windows 8 systems. "sc.exe" is actually the interface to the SC (Service Controller). Here is how Microsoft describes it:
Communicates with the Service Controller and installed services. SC.exe retrieves and sets control information about services. You can use SC.exe for testing and debugging service programs. Service properties stored in the registry can be set to control how service applications are started at boot time and run as background processes. SC.exe parameters can configure a specific service, retrieve the current status of a service, as well as stop and start a service. You can create batch files that call various SC.exe commands to automate the startup or shutdown sequence of services. SC.exe provides capabilities similar to Services in the Administrative Tools item in Control Panel.
The best way to start the "sc.exe" is to run it in a command line window:
1. Enter "cmd" in the Start button search box. Then click "cmd.exe" in the suggested match list. You will see a black window with a command prompt.
2. Enter "sc.exe QueryLock" at the prompt to execute the "sc.exe" command. You will see the Service Controller locking status:
C:\Users\fyicenter>sc.exe QueryLock [SC] QueryServiceLockStatus SUCCESS IsLocked : FALSE LockOwner : LockDuration : 0 (seconds since acquired)
The picture below shows you an example of the command line window executing the "sc.exe" command:
See https://technet.microsoft.com/en-us/library/bb490995.aspx for more information on "sc.exe" command.
2016-12-19, 1971🔥, 0💬
Popular Posts:
I have two internet connection and 1 DLink Load Balancing router. Can anyone tell me that what is th...
What is AccelerometerSt.exe process - Hp Accelerometer System Tray? Process AccelerometerSt.exe is t...
What is the difference between a Web page and a filtered Web page? Word 2007 supports 2 Web page for...
Why I am getting the "Warning: Unresponsive Script" message box? How to avoid this message box? When...
Can I remove startup application "reader_sl.exe - Adobe Acrobat Reader Speed Launch" to speedup my c...