Process[] processes = Process.GetProcessesByName("notepad.exe", "192.168.0.33"); this is the written by me in this the ip address given is my remote machine ip address.can any one provide the solution for this. The above code will work only for same machine but not for remote machine
raj