Files
PowerShell/backup_ssid.ps1
2026-06-12 09:17:08 -04:00

2 lines
116 B
PowerShell

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