Categories
HOW TO Microsoft Windows 7 Windows Vista Windows XP

HOW TO get the Process ID (PID) of a Service

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.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.