Saturday, August 10, 2024

Windows Password Removal

I thought Windows with an MS account could not have password removed.
I just saw that Hiren's "Windows Login Unlocker" works.
Guess I'll have to throw Hiren back on my Ventoy flash drives.

I almost never come across an MS account PC and just believed all the info on can't be done. Maybe other unlockers works as well.

Autohotkey V2 Stuff

 #Requires AutoHotkey v2.0 (required) #SingleInstance Force ::h::hello (hello with following space) :o:h::hello (hellow no following space) ...