Mega Code Archive
Using the computer alias (do not precede with )
using System;
using System.Diagnostics;
using System.ComponentModel;
class MyProcess
{
static void Main()
{
Process [] remoteByName = Process.GetProcessesByName("notepad", "myComputer");
}
}