What's the easiest method to killing all apps running under a folder and all of its subfolders using WinForms?
I would try killing individual processes but that would be less efficient and if more get added to that folder then I'd have to update my code every time.