连接过的wifi可以查看密码

windows7版本

1.打开cmd

2.复制

for /f "skip=9 tokens=1,2 delims=:" %i in ('netsh wlan show profiles') do  @echo %j | findstr -i -v echo | netsh wlan show profiles %j key=clear

3.回车

4.密码在关键内容中显示

 

windows10版本

1.打开cmd

2.命令:

查询本机存储wifi名称:

netsh wlan show profiles

查看密码:

netsh wlan show profile name="wifi名" key=clear

3.密码在关键内容中显示

posted @ 2019-02-12 23:11  天机黑客  阅读(367)  评论(1编辑  收藏  举报