Files
PowerShell/restore_ssid.ps1
2026-06-12 09:17:22 -04:00

3 lines
127 B
PowerShell

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