Use Windows recovery USB to boot to command line windows. From there we can replace utilman.exe with cmd.exe. And after restart and click EASE OF ACCESS button it will lanunch command line window.
After that we can use the following command line to change password or add account to admin group.
Enable administrator:
net user administrator /active:yes
Overrite the password:
net user username password
Add account to admin group:
net localgroup administrators username /add
More detail here:
No comments:
Post a Comment