分享一个查看本机连接WiFi的工具

in cn-curation •  6 years ago 

获取本机连接WiFi记录

1.利用环境

a.windows
b.无线网卡

代码如下:

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

获取到的记录如下:

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

cmd下直接输入

学习了 看下

呃 看不懂

仔细看 哈哈

不错 怎么用呢

cmd下

这个是个好东西

还有一个集成的工具

很多

  ·  6 years ago (edited)

老工具了