Start Command Prompt Window (Start -> Run -> cmd) and execute the following command:
tasklist /svc
Otherwise, if you know the Service Name you can use
sc queryex {Service Name}
Did my HOW TO help you? Leave a reply.
This post contains detailed instruction how to get the Process ID (PID) of a running Service
Start Command Prompt Window (Start -> Run -> cmd) and execute the following command:
tasklist /svc
Otherwise, if you know the Service Name you can use
sc queryex {Service Name}
Did my HOW TO help you? Leave a reply.