Retrieving a Windows Service’s Key Name Using It’s Process ID
I was recently asked by a friend how to retrieve the name of a running windows service from the Service Control Manager (SCM) database. He wanted to do this from .NET, using the process id of the service. I started to think of different ways that this could be accomplished and came up with a … [Read more…]