Which registry path stores the Remote Desktop connection history, and what information does each key contain?
The Remote Desktop connection history is stored under `Software\Microsoft\Terminal Server Client\Servers` within each user's registry hive. For the current user, the full path is `HKCU:\Software\Microsoft\Terminal Server Client\Servers`. Each subkey is named after the target server's IP address or hostname, and it contains a value called `UsernameHint` that holds the username used for that connection. The article shows how to enumerate these keys for both logged-in and all users.
registry pathTerminal Server ClientUsernameHintRDP historyWindows registry