I got super tired of Microsoft seemingly being determined to make the app you turn to when your computer locks up and is laggy laggy itself with screen readers, so I wrote my own task manager. It's pure C ,not even linking against a CRT, meaning the current binary is around 20 KB including a complete, sortable process list. You can also customize what columns the list shows and how often you want it to refresh, if at all. I personally keep auto refresh off and just manually refresh with f5, and the list keeps your exact place whenever it refreshes. Pressing escape minimizes it to the system tray, while alt+f4 closes it. I want to do much more with this, such as binding it to a hotkey, but I think it's good enough for a first release. Source code: https://github.com/trypsynth/taskmon , 0.1.0 release: https://github.com/trypsynth/taskmon/releases/download/0.1.0/taskmon.exe , Enjoy!
Edit since this is blowing up: if you like all the hacking I do in my downtime, please consider donating on PayPal or GitHub sponsors so I can keep making teeny pieces of software that just work exactly as they should. GitHub: https://github.com/sponsors/trypsynth PayPal: https://paypal.me/tygillespie05 Thanks everyone!
GitHub - trypsynth/taskmon: Lightweight task manager replacement for Windows.

Lightweight task manager replacement for Windows. Contribute to trypsynth/taskmon development by creating an account on GitHub.

GitHub
@TheQuinbox Killing a process on Del would be a nice addition. And… thank you, Quinn. I've been missing Process Killer for years.
@menelion Ooh delete, not a bad idea. Ctrl+E works, but I like delete. Thanks for the suggestion!
@TheQuinbox It was a program called Process Killer I've been using for many years. It had a window but you could hide it and summon by Ctrl+Shift+Accent (the backtick key, MarkDown code delimiter). And there Delete killed processes, super convenient. And Escape closed the program again.
@TheQuinbox @menelion Does this support what Task Manager does where if the list is set to auto refresh, you can hold the control key down while hitting the arrows and it won't refresh for the time that the control key is held down?
@BTyson @menelion Not yet, because I didn't know you could do that.