This set of scripts backs up and restores your PuTTY settings from the Windows registry
First, open powershell as an administrator
# Adjust the execution policy to run the script
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process
# Backup PuTTY data
.\backup.ps1
First, open powershell as an administrator
# Adjust the execution policy to run the script
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process
# Backup PuTTY data
.\backup.ps1