D Daniel Feb 24, 2006 #1 how to forcfully kill a running process by executable name with a .net application?
P Phil Wilson Feb 25, 2006 #2 Process.GetProcessesByName() followed by Process.Kill on each the list.