Skip to content

Instantly share code, notes, and snippets.

@a-v-k
Created July 30, 2013 10:07
Show Gist options
  • Save a-v-k/6111757 to your computer and use it in GitHub Desktop.
Save a-v-k/6111757 to your computer and use it in GitHub Desktop.
Export Putty and WinSCP registry keys for transfer to another computer
@rem Export Putty and WinSCP registry keys for transfer to another computer
echo %COMPUTERNAME%
reg export "HKCU\Software\Martin Prikryl\WinSCP 2" winscp.%COMPUTERNAME%.reg
reg export "HKCU\Software\SimonTatham\PuTTY" putty.%COMPUTERNAME%.reg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment