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