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
Try Process.GetProcesses("chrome", "computerName");
Process.GetProcesses("chrome", "computerName")
Defined in System.Diagnostics.Process as
public static Process[] GetProcessesByName( string processName, string machineName)