diff --git a/Registry Key Scripts/Export Putty Settings.ps1 b/Registry Key Scripts/Export Putty Settings.ps1 new file mode 100644 index 0000000..d2ee388 --- /dev/null +++ b/Registry Key Scripts/Export Putty Settings.ps1 @@ -0,0 +1 @@ +reg export HKCU\Software\SimonTatham ([Environment]::GetFolderPath("Desktop") + "\putty.reg") \ No newline at end of file