Is a process running on a remote machine?
问题 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 running on either of the machines, e.g. Server1: Chrome not running Server2: Chrome IS running Server3: Chrome IS running I used WMI and C#. So far I've got this much: ConnectionOptions connectoptions = new ConnectionOptions(); connectoptions.Username = @"domain\username"; connectoptions.Password = "password"; //IP