If you want to create a color scheme for PuTTY and import it for new accounts, follow these steps:
Creating a Color Scheme in PuTTY
- Open PuTTY: Start PuTTY.
- Adjust Session Settings: Go to “Session” and select a session, or enter the details of a new session.
- Adjust Colors:
- Go to “Window” > “Colours” in the left menu.
- Uncheck “Use system colours” if it is enabled.
- Adjust the colors by clicking on the color names and setting the desired RGB values.
- Save Settings: Go back to “Session”, enter a session name under “Saved Sessions”, and click “Save”.
Exporting Settings from the Registry
- Open Registry Editor:
- Press
Win + R
, typeregedit
, and pressEnter
.
- Press
- Navigate to PuTTY Key:
- Go to
HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions\
.
- Go to
- Export Key:
- Select the desired session key.
- Right-click the key and select “Export”.
- Save the file with the
.reg
extension.
Importing Settings on a New Computer
- Open Registry Editor:
- Press
Win + R
, typeregedit
, and pressEnter
.
- Press
- Import .reg File:
- Click on “File” > “Import”.
- Select the previously exported
.reg
file and import it.
Alternative Method: Import via Command Line
- Prepare the Exported .reg File:
- Copy the
.reg
file to the new computer.
- Copy the
- Open Command Line:
- Press
Win + R
, typecmd
, and pressEnter
.
- Press
- Import Registry Entry:
- Type the following command and press
Enter
:reg import path\to\file.reg
Replacepath\to\file.reg
with the actual path to the exported file.
- Type the following command and press
Now your PuTTY sessions on the new computer should have the same color settings as on the original computer.
Schreibe einen Kommentar