hi,
Can somebody give me some pointers on how can I either suspend or kill a process which is running on some other computer?

Thanks

Hi,
Try

Process.GetProcesses(MachineName) function. It will return array of Processes. 

or To get single Process
Process.GetProcessesByName(ProcessName, Machine name)

or by ID
Process.GetProcessById (ID, MachineName)
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.