Earlier quoted context omitted.
I think it's a matter of getting used to. The task manager drives me mad. I never feel like I'm full control or know what's going on. Whereas with kill, ps, top and friends I feel like I can diagnose things a lot better. The task manager doesn't even seem to have a search bar, whereas I can just use "grep" in linux. Just right now I was trying to see if indeed it didn't have a search bar and task manager crashed when…
Windows has somewhat stripped down versions of the same kind of commandline process management: tasklist | findstr chrome.exe taskkill /IM chrome.exe /F taskkill /PID /F
I doesn’t totally suck