Posts

Showing posts with the label administrator account

Hex Edit Windows 7 SAM file to enable Administrator Account

It could happen that your were connected to a Windows Domain and that you've decided to leave this domain. What about if all local users are disabled? You cannot join anew a Windows Domain as you don't own any local user able to connect in order to join the domain. You can still start your computer and see the login screen but you will definitely stay a click away from your desktop... Hopefully, there is a bunch of tools allowing you to enable anew the Administrator account and even reset the password : link1 link2 link3 ... (Simply search "offline windows password change" on Google) But in my case, editing the SAM file on another computer simply didn't work and I didn't want to burn a CD or corrupt my multiboot usbkey. So I've booted on Lubuntu already installed on my usbkey and decided to hex edit the file. Later on, I've found a linux tool called chntpw that could be installed on my live lubuntu distro and could do the trick, but I...