If you lost the HRDP user and password, this is what you have to do.
- Open Remote Shell on the client.
- Type in: net users
- Read the output of the command above. It should give you usernames of the accounts on this Windows computer.
Usually you would see something like this:
John, ny4bt2ny5, Guest
The one that looks random (like "ny4bt2ny5" for example) is the HRDP username. - Copy the HRDP username.
- Type in: net user <hrdp_username> <password_that_you_want_to_set>
It would look like this: net user ny4bt2ny5 newpassword - That's it, you've changed the password and you have the username.