Files
PowerShell/backup_ssid.ps
T
2026-06-12 08:27:32 -04:00

2 lines
116 B
PostScript

New-Item -Path "C:\WiFiBackup" -ItemType Directory -Force
netsh wlan export profile key=clear folder="C:\WiFiBackup"