Computer and IT knowledge - things to know
You can save your putty configuration like so:
> open an elevated command prompt
> to save only your sessions execute the following command:
regedit /e "%USERPROFILE%\Desktop\putty_sessions.reg" HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions
> to save all settings (except ssh keys) execute the following command:
regedit /e "%USERPROFILE%\Desktop\putty_config.reg" HKEY_CURRENT_USER\Software\SimonTatham
You can import your putty settings with:
regedit /s "%USERPROFILE%\Desktop\putty_config.reg"
computer2know :: thank you for your visit :: have a nice day :: © 2024