win10 查看已保存的wifi 密码
2019年10月26日 17:49
其他技术
win10 查看已保存的wifi 密码
右键左下角 徽标 ,点击 Windows PowerShell(管理员)
查看已保存的所有wifi
netsh wlan show profile
基本显示
所有用户配置文件 : zodream
后面的就是wifi 名(zodream 即为wifi名替换下面)
netsh wlan export profile name="zodream" folder=. key=clear
提示
接口配置文件“zodream”已成功保存在文件“.\WLAN-zodream.xml”中。
输入
cat WLAN-zodream.xml
找到 passPhrase  往下两行就是  
<keyMaterial>密码</keyMaterial>
这就是密码了