下载安装ntfs-3g
下载驱动让Linux挂载Windows磁盘

[cc]https://tuxera.com/opensource/ntfs-3g_ntfsprogs-2017.3.23.tgz[/cc]

安装

[cc]tar -xvf ntfs-3g_ntfsprogs-2017.3.23.tgz
cd ntfs-3g_ntfsprogs-2017.3.23
./configure
make
make install[/cc]

下载安装chntpw
下载chntpw

[cc]https://pkgs.org/download/chntpw
wget http://li.nux.ro/download/nux/dextop/el7/x86_64//chntpw-0.99.6-22.110511.el7.nux.x86_64.rpm
yum -y install ./hntpw-0.99.6-22.110511.el7.nux.x86_64.rpm[/cc]

挂载windows磁盘
挂载windows的系统盘

默认第二个分区才是C盘
[cc]mkdir /win
mount -t ntfs-3g /dev/xvdb2 /win[/cc]

备份SAM文件

cd /win/Windows/System32/config/
[cc]cp SAM{,.bak}[/cc]

清除Windows密码

[cc]chntpw SAM
User Edit Menu:
1 - Clear (blank) user password
2 - Edit (set new) user password (careful with this on XP or Vista)
3 - Promote user (make user an administrator)
(4 - Unlock and enable user account) [seems unlocked already]
q - Quit editing user, back to user select
Select: [q] > 1 # 1 清除密码
Password cleared!
Hives that have changed:
# Name
0
Write hive files? (y/n) [n] : y # y保存
0
- OK[/cc]

将Windows系统盘重新挂载回windows中即可

原文来自:https://www.linuxidc.com/Linux/2018-11/155391.htm

本文地址:https://www.linuxprobe.com/linux-window-skey.html编辑:坑人小妖精,审核员:逄增宝

Linux命令大全:https://www.linuxcool.com/

Linux系统大全:https://www.linuxdown.com/

红帽认证RHCE考试心得:https://www.rhce.net/