Collections:
Other Resources:
Service Controller 'sc start/stop' Command on Windows 7
How to use Service Controller "sc start/stop" command to start or stop a services on Windows 7?
✍: FYIcenter.com
Service Controller "sc start [servicename]" command can be used to start a service on Windows 7.
Service Controller "sc stop [servicename]" command can be used to stop a service on Windows 7.
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 :
⇒ Service Controller 'sc create' Command on Windows 7
⇐ Dumping All Running Services on Windows 7
2016-07-06, ∼2390🔥, 0💬
Popular Posts:
Where are Apache server log files located? If you have followed our Apache Server Installation tutor...
Summary of suggested services settings for Windows XP Pro SP1 system - Part II Continue from Part I ...
Can I disable Windows service "hpqwmiex.exe - HP ProtectTools security manager" to speedup my comput...
How to configure IIS to support PHP scripts on your Windows system? If you want to support PHP scrip...
What is EvtEng.exe process - Intel Wireless EvtEng Module? Process EvtEng.exe is related to your wir...