this post was submitted on 03 Aug 2023
1189 points (98.8% liked)

Programmer Humor

20460 readers
3420 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 2 years 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
[–] [email protected] 53 points 2 years 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

[–] [email protected] 12 points 2 years ago (2 children)

Or just cleared the SAM password altogether. Windows is trivially easy to break into if you have physical access and the volume isn't encrypted.

[–] [email protected] 6 points 2 years ago* (last edited 2 years ago) (1 children)

My go-to solution is to simply replace some kind of accessibility feature executable, such as onscreen keyboard, with cmd.exe. It runs under SYSTEM.

[–] [email protected] 1 points 2 years ago

Does SYSTEM have enough permission to write to the SAM file?

load more comments (17 replies)