Friday, October 3, 2014

How to reset the windows password of another laptop's hdd?


I have a password reset request for the windows on a laptop. The BIOS seems to be locked and the owner doesn't remember it's password. I have taken out the 2.5" hdd and plugged it in to my windows computer. I use hiren's boot cd to recover passwords but for some reasons it's not recognising the target hdd (maybe because it's connected via usb). Is there a way to reset the windows password on this disk without booting?


Answer



I was able to reset windows password to blank using chntpw - a terminal utility on ubuntu.


http://packages.ubuntu.com/lucid/chntpw


No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...