Add restore_ssid.ps

This commit is contained in:
2026-06-12 08:28:06 -04:00
parent 0dfda03826
commit f8916a9512
+3
View File
@@ -0,0 +1,3 @@
Get-ChildItem -Path "C:\WiFiBackup" -Filter *.xml | ForEach-Object {
netsh wlan add profile filename=$_.FullName user=all
}