this post was submitted on 03 Aug 2023
1194 points (98.9% liked)

Programmer Humor

19512 readers
378 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

founded 1 year ago
MODERATORS
 

This image is hosted on an Environmentally Friendly™ host.

you are viewing a single comment's thread
view the rest of the comments
[–] behindthesailboats@lemmy.world 179 points 1 year ago (44 children)

Right, So I actually did something similar. On some version of windows I noticed that ctrl-backspace was adding another character to the password, instead of deleting it. So I included it in my password. Then I updated to a new version of windows and got locked out since they updated the password backend to where it would actually delete the password instead of a adding the character, so I had no way of typing out my password. Ended up just nuking the computer.

[–] x4740N@lemmy.world 54 points 1 year ago (20 children)

Could have just researched what character was being inserted by the ctrl backspace and then used the keyboard to insert the character from its ascii or unicode code to login and then changed your password before nuking your computer

[–] Sphks@lemmy.dbzer0.com 18 points 1 year ago (1 children)

Yup, I tried doing the keystrokes I found online that promised to put the ASCII character in, but it wasn't working for me and gave up eventually.

load more comments (18 replies)
load more comments (41 replies)