|
@@ -30,7 +30,7 @@ class Redes_wifi extends Command |
|
|
public function handle() |
|
|
public function handle() |
|
|
{ |
|
|
{ |
|
|
$result = Process::run('netsh wlan show profile -netsh wlan show profile <WiFi_Name> key=clear'); |
|
|
$result = Process::run('netsh wlan show profile -netsh wlan show profile <WiFi_Name> key=clear'); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return $result->output(); |
|
|
return $result->output(); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|