Process ID Help

Hi all,

I want to know how to find what process ID which corresponded for each service when I run gsv

Status Name DisplayName


Stopped AeLookupSvc Application Experience ----> What process ID ¿?
Stopped ALG Application Layer Gateway Service –> What process ID ¿?
.
.
.

You’d need to get the executable (path) of the service, and then look that up in the process list. Noting that some services launch multiple processes, not just one. There’s not really a way to look that up.