Categories:
Administration (161)
Adware Spyware (43)
Apache (20)
Bluetooth (127)
DOS Commands (2)
Edge (28)
General (5)
Internet Connection (21)
Internet Explorer (224)
Media Center (14)
Media Player (135)
Mozilla Firefox (22)
MS Access (9)
Performance (204)
PHP (25)
Programming (36)
Security (109)
Silverlight (22)
Tips (144)
Tools (312)
Tutorials (40)
Windows 10 (193)
Windows 7 (1411)
Windows 8 (1712)
Windows Phone (33)
Windows Server 2008 (165)
Windows Server 2012 (84)
Windows Server 2016 (23)
Windows Vista (71)
Windows XP (23)
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, 1474👍, 0💬
Popular Posts:
This is what I do Charms bar >Settings> Change my PC settings > User > "Trust this PC" When I get my...
What is "Health Key and Certificate Management" in my Windows 7 service list? And how is "Health Key...
How to configure your system for Wireless Internet connection? Once your wireless router is connecte...
What are the commonly used background processes on Windows systems? A background process is a progra...
Daylight saving time has been changed since March 2007 in US, Canada and Mexico. How do I update my ...