How to stop Windows 7 Built-in-Backup creating a System Image of too many drives?

Solution 1:

To find list of services using "D" try this command

FOR /F "tokens=2" %%G IN ('sc query type^= service ^| find /I ^"SERVICE_NAME^"') DO sc qc %%G | find /I "BINARY_PATH_NAME"