Move Putty Settings To Another Computer
On the old computer, open up a command prompt (not cygwin), and run:
regedit /ea new.reg HKEY_CURRENT_USER\Software\SimonTatham\PuTTY
Copy new.reg onto the new computer
On the new computer, open up a command prompt (not cygwin), and run:
regedit /s new.reg
|