I have a very uncommon scenario. I have a Windows 10 laptop with a specific configuration. On that configuration there is a user (local user, not domain user) which I don't know its password. I want to migrate that user to other Windows 10 computer trying to keep its password.
Of course I already tried to decrypt the password. I already extracted the hash from sam file and tried some unsuccessfully rainbow tables attacks using ophcrack, but the target is not hack the account, the point is try to create the user in the same state on a new laptop. I already have administrator rights on both laptops. I tried also unsuccessfully metasploit+mimikatz but the user never logged on the computer so I guess mimikatz can't work on this.
Does anybody know a way to achieve something like this?