Add restore_ssid.ps
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
Get-ChildItem -Path "C:\WiFiBackup" -Filter *.xml | ForEach-Object {
|
||||||
|
netsh wlan add profile filename=$_.FullName user=all
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user