∟"sc.exe query type= driver" - All Device Driver Services
This section provides a tutorial example on how to list all device driver services with 'sc.exe' Service Controller command tool.
As I mentioned earlier, there are two types of services stored in system registry: device driver services and application program services.
You can use "regedit.exe" to view all of them as shown in the previous section.
Or you can use "sc.exe" to list them. Here is a tutorial example of listing all active device driver services:
C:\herong\sc.exe query type= driver
SERVICE_NAME: Accelerometer
DISPLAY_NAME: Accelerometer
TYPE : 1 KERNEL_DRIVER
STATE : 4 RUNNING
(STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0
SERVICE_NAME: ACPI
DISPLAY_NAME: Microsoft ACPI Driver
TYPE : 1 KERNEL_DRIVER
STATE : 4 RUNNING
(STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0
SERVICE_NAME: ACPIEC
DISPLAY_NAME: Microsoft Embedded Controller Driver
TYPE : 1 KERNEL_DRIVER
STATE : 4 RUNNING
(STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0
SERVICE_NAME: ADIHdAudAddService
DISPLAY_NAME: ADI UAA Function Driver for High Definition Audio ...
TYPE : 1 KERNEL_DRIVER
STATE : 4 RUNNING
(STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0
...