Friday, October 27, 2023

Clear Windows Password - Local Account

Boot to Debian based Linux
sudo apt install chntpw
navigate to windows/system32/config folder
open command prompt
chntpw -l SAM (will list users - use small letter "L" not number "one")
chntpw -u USERNAME SAM
1 clear password
then do logical progression

Let me count the ways of doing this
. . . but if you have a flash drive with Debian on it, why bother looking for another way?
Just apt get to it :)

JSON Editing and Notepad++

Inserting Lines Below the Selection 1. Select a line or lines 2. Ctrl + D 3. The lines will be inserted below the selection. If lines alread...