Export/Import Putty Saved Sessions and Settings: Difference between revisions

From KlavoWiki
Jump to navigationJump to search
m (David moved page Export Putty Saved Session to Export/Import Putty Saved Session without leaving a redirect)
(No difference)

Revision as of 01:30, 12 April 2023

To save and restore PUTTY sessions on a Windows device.

Export

Command Prompt

 reg export 'HKEY_CURRENT_USER\Software\SimonTatham\PuTTY' Desktop\putty.reg 

Import

Command Prompt

 reg import Desktop/putty.reg