From e90fad030cd7876503a4aa9b80b5e0dce4a2a852 Mon Sep 17 00:00:00 2001 From: Gabe Date: Tue, 30 Sep 2025 16:33:33 +0000 Subject: [PATCH] Add Registry Key Scripts/Export Putty Settings.ps1 --- Registry Key Scripts/Export Putty Settings.ps1 | 1 + 1 file changed, 1 insertion(+) create mode 100644 Registry Key Scripts/Export Putty Settings.ps1 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