Is there a way to permanently set the font and window size in putty?

Solution 1:

You need to go "Change Settings -> Window" and set it there. Do the same under Appearance for the font and size.

Change Settings menu item

Then go back to the session and save it.

PuTTY Reconfiguration dialog

Solution 2:

Once you are done with your appearance and font settings save that to Default Settings. This will help all your next session to open with the default settings you saved. Otherwise, you need to do this for every new server you added other than the saved ones.


Solution 3:

If you have multiple saved sessions and you wish to change them all at once, there is a way.

  1. Open the Windows registry editor by running regedit.exe (requires privilege escalation).
  2. Navigate to the registry key HKEY_CURRENT_USER\Software\SimonTatham\PuTTY
  3. Right click on the PuTTY registry key and choose Export. Place the file wherever you please. Name it something like putty.reg. Very important, make sure you have only exported this one key, and not the entire registry. You might like to place this .reg file in Dropbox or other cloud storage as a backup, or to copy your session info to other machines.
  4. I recommend now making a duplicate of the original file (in Explorer, copy then paste in-place) for diffing or other comparison before you load it back in.
  5. Open putty.reg. Use search/replace to fix entries. If certain sessions do not contain the overrides from default you desire, add them.
  6. Save putty.reg.
  7. For safety, I recommend using a diff tool to compare putty.reg with the copy you made to ensure you didn't change anything you did not intend to.
  8. Finally, double-click putty.reg in Explorer to overwrite the existing registry settings.