Export and Import of putty Settings =================================== Author: Momchil Ivanov Date : 2017.11.04 Introduction ------------ This article describes how to import and export the settings of putty. Export ------ Putty saves its settings in the registry. To export then use $ reg export HKCU\Software\Simontatham putty-settings.reg Import ------ To import the settings import the reg file. $ regedit /S putty-settings.reg or $ reg import putty-settings.reg