Restore a saved Remote-Desktop Password?

14,275

Solution 1

If this is a local user account then go to Server Manager, expand the Configuration node, expand the Local Users and Groups node, select the Users node, right click the user, and select "Set Password", click the Proceed button and proceed to change the password. If this is a domain user account the procedure is the same except you'll perform the procedure from the ADUC console.

Solution 2

I know this is an old question, but I had this same problem and I was trying to find a way to fix it, I find this question here, While I tried to do as the chosen answer in here, I Could not find the mentioned parts.

So I asked the server administrator and he told me this way:

Write in cmd :

net user administrator password 

Where administrator is the name of the user and password is the password u want to set.

Worked Perfectly in a sec !

Hope it help for the next person with this problem :D

Share:
14,275
mate64
Author by

mate64

Updated on September 18, 2022

Comments

  • mate64
    mate64 over 1 year

    Some fool in my company has scrapped the page with the root password for our hyper-v server.

    Fortunately I've saved the password in the Remote Desktop Connection, so I'm able to connect remotely. How can we restore the password without forcing a reboot?

    • Sam Cogan
      Sam Cogan over 12 years
      I'm assuming your talking about the administrator password? Is this server a full Windows install (with GUI) or a server core install (command line only). You should just be able to log in to the hyper-v host via RDP and change the password, what is stopping you doing this?
    • mate64
      mate64 over 12 years
      it's a basic GUI installation - i'm able to login via RDP, but to change the password i need to know the current first (please confirm your current password). @joeqwerty: feeling the same...
    • joeqwerty
      joeqwerty over 12 years
      You're talking about changing a Windows user account password, right? If so, then knowing the current password isn't required to change the password. Am I missing something? When you say basic GUI installation, what do you mean exactly?
    • mate64
      mate64 over 12 years
      @joeqwerty: basic means it's a standard windows 2008 server. I can access the server with the pre-saved RDP configuration and no: you can't change the root password without entering the old one. So how can I read the password of the locally saved RDP-Connection ?
    • joeqwerty
      joeqwerty over 12 years
      Umm... yes you can. If this is a local user account then go to Server Manager, expand the Configuration node, expand the Local Users and Groups node, select the Users node, right click the user, and select "Set Password", click the Proceed button and proceed to change the password. If this is a domain user account the procedure is the same except you'll perform the procedure from the ADUC console.
    • mate64
      mate64 over 12 years
      @joeqwerty: Another way, to edit user accounts. I never would have guessed... please post this comment as a new answer, and i'll vote it up. thank you again !
    • joeqwerty
      joeqwerty over 12 years
      You got it. Glad to help.