Prikazuje wi-fi i password

PHOTO EMBED

Mon Sep 22 2025 07:34:22 GMT+0000 (Coordinated Universal Time)

Saved by @darkoeller

(netsh wlan show profiles) | Select-String "All User Profile" | %{$name=$_.Line.Split(':')[1].Trim().Replace('"',''); $_} | %{(netsh wlan show profile name="$name" key=clear)} | Select-String "Key Content" | %{$password=$_.Line.Split(':')[1].Trim(); [PSCustomObject]@{WIFI_NAME=$name; PASSWORD=$password}}
content_copyCOPY

https://www.makeuseof.com/windows-features-dont-exist-without-powershell/?utm_source