You can export your PuTTY sessions from Windows 10 by exporting the relevant registry key. Here's how:
-
Open the Registry Editor: Press
Windows key + R
, typeregedit.exe
, and press Enter. You may need to grant administrative permissions. -
Navigate to the PuTTY Sessions Key: In the Registry Editor, navigate to the following location using the left-hand pane:
Computer\HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions
-
Export the Sessions Key:
- Right-click on the
Sessions
folder in the left pane. - Select
Export
.
- Right-click on the
-
Save the Exported File:
- Choose a location to save the file.
- Give the file a name (e.g.,
putty_sessions.reg
). - Ensure the "Save as type" is set to "Registration Files (*.reg)".
- Click
Save
.
This will create a .reg
file containing all your saved PuTTY sessions. You can then import this file on another machine or keep it as a backup. To import, simply double-click the .reg
file and follow the prompts to add the information to the registry.