From 0dfda03826b3fb9b95f0b0f60d48beda9ca1a756 Mon Sep 17 00:00:00 2001 From: fadmin Date: Fri, 12 Jun 2026 08:27:32 -0400 Subject: [PATCH] Add backup_ssid.ps --- backup_ssid.ps | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 backup_ssid.ps diff --git a/backup_ssid.ps b/backup_ssid.ps new file mode 100644 index 0000000..860ad85 --- /dev/null +++ b/backup_ssid.ps @@ -0,0 +1,2 @@ +New-Item -Path "C:\WiFiBackup" -ItemType Directory -Force +netsh wlan export profile key=clear folder="C:\WiFiBackup" \ No newline at end of file