Win CMD查询电脑连接过的所有WiFi

Windows命令行查看当前电脑连接过的所有WIFI密码

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

猜你喜欢

转载自blog.csdn.net/weixin_43639682/article/details/113109353