How to export sessions in Putty?
Monday, March 31st, 2008Situation is that I have several (10+) preconfigured sessions in Putty and I need to save them should I need to change PC or reinstall it. Sessions parameters are stored in Windows Registry under path: HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions To export settings to a file use command: regedit /e <filename>.reg HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions To import settings use command: ...