Categories:
Administration (10)
Adware Spyware (7)
Apache (10)
Bluetooth (125)
DOS Commands (1)
Edge (28)
General (2)
Internet Explorer (217)
Media Center (12)
Media Player (11)
Mozilla Firefox (18)
PHP (15)
Programming (8)
Security (4)
Silverlight (15)
Tips (17)
Tools (218)
Tutorials (5)
Windows 10 (166)
Windows 7 (636)
Windows 8 (1091)
Windows Phone (33)
Windows Server 2008 (165)
Windows Server 2012 (84)
Windows Server 2016 (23)
Windows Vista (52)
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
⇑ 'sc.exe' - Service Controller Command on Windows 7
⇑⇑ Windows 7 Services Tutorials
2016-07-06, 1632👍, 0💬
Popular Posts:
What files are used by Windows Live Toolbar for Internet Explorer (IE) browser? How Alexa Toolbar is...
Where to find tutorials on managing Windows 8 scheduled tasks? Here is a collection of tutorials on ...
Can I disable Windows service "ATI HotKey Poller" to speedup my computer? Windows service "ATI HotKe...
What is wrong if you get an execution error: "The procedure entry point _zval_dtor could not be loca...
Where to find tutorials as Introduction to Internet Explorer (IE). Here is a list of tutorials to an...