I have three remote PC\'s to which I remotely connect. I am trying to write a simple Windows application that would display in a single window whether a particular process is ru
In your foreach, try this:
Console.WriteLine(process["Name"]);