Files
PowerShell/restore_ssid.ps
T
2026-06-12 08:28:06 -04:00

3 lines
127 B
PostScript

Get-ChildItem -Path "C:\WiFiBackup" -Filter *.xml | ForEach-Object {
netsh wlan add profile filename=$_.FullName user=all
}