Created
July 30, 2013 10:07
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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