コマンドプロンプト 接続済みWifiのパスワードを表示

//SSIDの一覧を表示

netsh wlan show profiles

 

//SSIDの設定を削除

netsh wlan delete profile name="SSID名"

 

 

//SSIDを指定してパスワード名を表示

netsh wlan show profile name=“SSID名” key=clear

 

 

参考URL

https://blog.fonepaw.jp/windows-wifi-password-shiraberu.html