How can I kill process Windows\\MyProcc.exe from my terminal (Windows-CE 5.0) using C# code?
The answer is that you have to use the toolhelp APIs. There's a full example on MSDN that includes enumerating processes and killing a selected one.