this post was submitted on 01 Aug 2023
394 points (96.5% liked)
Programmer Humor
19503 readers
1135 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Somebody needs to find whoever was responsible for the original NT task manager and learn a thing or two. That thing was bulletproof. I had servers over the years that were so broken nothing else would run but you hit CTRL-ALT-DEL and tada!
for the love of god, for the past 27 years it's been ctrl-shift-esc (since like NT 4.0), while ctrl-alt-del opens up the security menu thing. I can't believe I'm saying this..
i thought programmers liked doing things faster
CTRL+SHIFT+ESC is simply a keyboard shortcut and is useless on a locked up system, it dies with the shell. CTRL+ALT+DEL throws a hardware interrupt, which contributed to the aforementioned bulletproof nature.