Collections:
Other Resources:
Service Controller "sc start/stop" Command on Windows 8
How to use Service Controller "sc start/stop" command to start or stop a services on Windows 8?
✍: FYIcenter.com
Service Controller "sc start [servicename]" command can be used to start a service on Windows 8.
Service Controller "sc stop [servicename]" command can be used to stop a service on Windows 8.
For example, the following commands showing you how to stop and start a service called "dnscache":
C:\Users\fyicenter>sc query dnscache SERVICE_NAME: dnscache TYPE : 20 WIN32_SHARE_PROCESS STATE : 4 RUNNING (STOPPABLE,NOT_PAUSABLE,IGNORES_ WIN32_EXIT_CODE : 0 (0x0) SERVICE_EXIT_CODE : 0 (0x0) CHECKPOINT : 0x0 WAIT_HINT : 0x0 C:\Users\fyicenter>sc stop dnscache SERVICE_NAME: dnscache TYPE : 20 WIN32_SHARE_PROCESS STATE : 3 STOP_PENDING (NOT_STOPPABLE,NOT_PAUSABLE,.. WIN32_EXIT_CODE : 0 (0x0) SERVICE_EXIT_CODE : 0 (0x0) CHECKPOINT : 0x0 WAIT_HINT : 0x0 C:\Users\fyicenter>sc start dnscache SERVICE_NAME: dnscache TYPE : 20 WIN32_SHARE_PROCESS STATE : 2 START_PENDING (NOT_STOPPABLE,NOT_PAUSABLE,.. WIN32_EXIT_CODE : 0 (0x0) SERVICE_EXIT_CODE : 0 (0x0) CHECKPOINT : 0x0 WAIT_HINT : 0x7d0 PID : 2640 FLAGS :
2016-12-18, 2309🔥, 0💬
Popular Posts:
What is the scheduled task "\Microsoft\Windows\Wini net\CacheTask"on my Windows 7 computer? "\Micros...
How to review Internet Explorer (IE) add-on or Browser Helper Object (BHO) tools on Windows XP with ...
How can I get detailed system information from my Windows Server 2012? A quick way to get detailed i...
What is "Superfetch" in my Windows XP service list? And how is "Superfetch" service related to SysMa...
How to configure Apache server to run PHP engine as a loaded module on Windows systems? If you have ...