leafsummer
6/2/2016 - 5:43 PM

get wifi info with cmd in windows

get wifi info with cmd in windows

使用方法:

一、以管理员权限运行CMD (以及 开启无线网卡、最好是笔记本)

二、输入命令:

    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

你可以直接复制进去

三、然后CMD就列出很多行 你以前连接过的wifi信息、加密方式、包括密码