commit 0dfda03826b3fb9b95f0b0f60d48beda9ca1a756 Author: fadmin Date: Fri Jun 12 08:27:32 2026 -0400 Add 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