I’m trying to recover my Win10 password.
My disk is encrypted with TrueCrypt
Decrypted it with cryptsetup --tcrypt tcryptOpen /dev/nvme0n1p2 abc --tcrypt-system
When mounting:
mount.ntfs-3g -o remove_hiberfile,rw /dev/dm-0 ~/Desktop/win
The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
Falling back to read-only mount because the NTFS partition is in an
unsafe state. Please resume and shutdown Windows fully (no hibernation
or fast restarting.)
However, mount -o remount,rw /dev/dm-0
“works”. But can’t even
mkdir 123
mkdir: cannot create directory ‘123’: No such file or directory
I still tried to go system32-config, set blank password, using chntpw, but still can’t log in Win10 using blank password. That’s because of something like group policy or I just didn’t make anything with chntpw?
By the way, I can’t even normally shutdown Win10 from log-in page. There is no symbol of shutting down on the right bottom
Continue reading Recovering win10 password with kali usb→