Putty color scheme for all saved sessions and default

putty

I want to change the color scheme of all saved sessions and the default scheme.
Is there a smarter way then generating .reg files with the new scheme for each session?
How do I change the default colors for new session?

Best Answer

For existing sessions you can export the .reg file, replace all occurences of colors with your desired values and reimport the file. If that is not "smart" enough, you can try replacing directly in registry with some programs listed here https://superuser.com/questions/174942/registry-search-replace-tool

For future sessions, you can modify settings of the session named "Default settings" and they will be inherited by new sessions

Related Question