Collections:
Other Resources:
Querying Exsiting Windows Services with sc.exe Command
How to use sc.exe command to query existing services?
✍: FYIcenter.com
Run sc.exe in a command window and do the following:
C:\>sc query themes SERVICE_NAME: themes TYPE : 20 WIN32_SHARE_PROCESS STATE : 4 RUNNING (STOPPABLE,NOT_PAUSABLE,ACCEPTS_ WIN32_EXIT_CODE : 0 (0x0) SERVICE_EXIT_CODE : 0 (0x0) CHECKPOINT : 0x0 WAIT_HINT : 0x0 C:\>sc query SERVICE_NAME: CryptSvc DISPLAY_NAME: Cryptographic Services TYPE : 20 WIN32_SHARE_PROCESS STATE : 4 RUNNING (STOPPABLE,NOT_PAUSABLE,ACCEPTS_ WIN32_EXIT_CODE : 0 (0x0) SERVICE_EXIT_CODE : 0 (0x0) CHECKPOINT : 0x0 WAIT_HINT : 0x0 SERVICE_NAME: Dhcp DISPLAY_NAME: DHCP Client TYPE : 20 WIN32_SHARE_PROCESS STATE : 4 RUNNING (STOPPABLE,NOT_PAUSABLE,ACCEPTS_ WIN32_EXIT_CODE : 0 (0x0) SERVICE_EXIT_CODE : 0 (0x0) CHECKPOINT : 0x0 WAIT_HINT : 0x0 ...
2007-01-01, ≈10🔥, 0💬
Popular Posts:
How to add a hyperlink to connect a keyword to another slide? I want to have clickable links to help...
Every time I open Internet Explorer a bar pops up saying that it is runner with out add ons. I check...
How to increase the remote login limit on Windows 10? By default, Windows 10 only allows 1 remote lo...
How do I copy the user ratings for my files to my new computer? You can ensure that the user ratings...
How to start sc.exe command to create, delete and manage Windows services? sc.exe is a command line ...