Skip to content

Instantly share code, notes, and snippets.

@aczire
Created August 15, 2017 20:30
Show Gist options
  • Save aczire/301a1273647d63401b8e2fff1342f1d0 to your computer and use it in GitHub Desktop.
Save aczire/301a1273647d63401b8e2fff1342f1d0 to your computer and use it in GitHub Desktop.
Export Putty Sessions via Powershell.
Get-ChildItem Registry::HKEY_CURRENT_USER\Software\SimonTatham -Recurse | Export-Clixml -Depth 5 -Path C:\Users\user1\AppData\putty.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment