Uninstall entry (HKLM\...\Uninstall\PuTTY_is1) — MSI installer only
Key Name
Type
Description
DisplayName
REG_SZ
PuTTY release 0.80
DisplayVersion
REG_SZ
Installed version (e.g., 0.80)
InstallLocation
REG_SZ
Root installation directory
Publisher
REG_SZ
Simon Tatham
📝 Notes
PuTTY is one of the heaviest registry users in this collection — every saved session is its own subkey with 100+ values (colors, terminal settings, SSH options).
To migrate PuTTY sessions between machines, export HKCU\Software\SimonTatham\PuTTY and import on the target.
⚠️ PuTTY does not store passwords in the registry. Use Pageant (the SSH agent) or private key files (.ppk) for passwordless authentication.
The SSH host key cache (SshHostKeys) is also shared by WinSCP and FileZilla when they use PuTTY's key format.
The standalone .exe version creates all the same HKCU keys but leaves no uninstall entry in ARP.
Session names with spaces are stored URL-encoded (spaces become %20) as key names.