码迷,mamicode.com
首页 > 其他好文 > 详细

连接过的wifi可以查看密码

时间:2019-02-13 00:40:59      阅读:192      评论:0      收藏:0      [点我收藏+]

标签:复制   echo   profile   wlan   wifi   clear   cmd   class   file   

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.密码在关键内容中显示

连接过的wifi可以查看密码

标签:复制   echo   profile   wlan   wifi   clear   cmd   class   file   

原文地址:https://www.cnblogs.com/tianjihack/p/10367520.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!