Microsoft Remote Desktop Delete User Account

Microsoft Remote Desktop Delete User Account

  1. Microsoft Remote Desktop Delete User Account In Windows 7
  2. Microsoft Remote Desktop Delete User Account Windows 10

Microsoft account,AD account or local user account? 2.are both computer in the same workgroup or in the same AD domain? 3.if we create a local admin account on desktop computer(win10 edu),can we remote access from laptop to desktop computer(win10 edu)? Open the Control Panel. Go to Control Panel User Accounts Credential Manager. Click on the Windows Credentials icon. Under the Windows Credentials section, click on the TERMSRV entry related to the desired remote host and click the link Remove.

For every successful connection, the RDP client stores the connection details for the machine that you have connected to. This is often convenient, but if you are on a public machine, it can expose sensitive security details. The RDP client does not give any way to clear the cached connection history.

You can clear the RDP Cache history in a couple of ways:

Clear the RDP Cache from the registry using regedit

Microsoft Remote Desktop Delete User Account
  1. Open regedit.exe and navigate to:
    HKEY_CURRENT_USERSoftwareMicrosoftTerminal Server Client
  2. There are two registry keys here that need to be cleared:
    • Default – Has the history of the last 10 RDP Connections.
    • Servers – Contains a list of all the Remote Desktop connections that have ever been established from this machine.
  3. Expand the Default Key which will contain the most recently used connections. You can delete every entry or select which ones you want to remove:
  4. Select the entries that you want to remove, right click and click delete:
  5. Now expand the Servers key, this contains the details of all the RDP connections that have ever been made from this machine, including the username used to connect:
  6. There may be many entries, it is easier to delete the entire servers key, then recreate it.
  7. Finally, delete the default.rdp file found in your homepath. This is a hidden file and will not show or delete by default. You have to supply an extra switch to the delete command:

Microsoft Remote Desktop Delete User Account In Windows 7

Clear the RDP Cache using a batch file or command line

Microsoft Remote Desktop Delete User Account Windows 10

A far quicker way to clear the RDP cache is to use the following commands: