Filip Kasaj

I can act how I want, but I can't want what I want.

User Tools

Site Tools


technet:showwifipass

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

technet:showwifipass [2023/07/22 23:20] – created fktechnet:showwifipass [2023/07/22 23:22] (current) fk
Line 1: Line 1:
 ====== Show Wi-Fi Password ====== ====== Show Wi-Fi Password ======
 +
 +<code PowerShell [enable_line_numbers="true"]>
  
 netsh wlan show profiles|?{$_ -like "* : *"}|%{$_.split(" ")[-1]}|%{netsh wlan show profile name="$_" key=clear}|?{$_ -like "*ssid name*" -or $_ -like "*key content*"} netsh wlan show profiles|?{$_ -like "* : *"}|%{$_.split(" ")[-1]}|%{netsh wlan show profile name="$_" key=clear}|?{$_ -like "*ssid name*" -or $_ -like "*key content*"}
 +
 +</code>
  
technet/showwifipass.1690060856.txt.gz · Last modified: 2023/07/22 23:20 by fk