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 I use classic task manager but it doesn't show GPU, so wondered if you could do that at some point? This is nice already though, going in my portable programs folder for sure.
@FreakyFwoof Hmm, if modern taskman can do it I almost certainly can.
@TheQuinbox Aah, show description as well (if applicable) sometimes an exe is not obvious.
@TheQuinbox Sorry, two last things and I'm done spamming. One applies to Paperback too.
Show an option to go to the file location, and land directly on the file. Paperback does this but it just lands in the directory, not on the file itself. Quality of life fix there.