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
可以查看连过的所有wifi密码。
原文地址:https://www.cnblogs.com/sstfy/p/10351804.html
时间: 2024-10-10 08:43:52
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
可以查看连过的所有wifi密码。
原文地址:https://www.cnblogs.com/sstfy/p/10351804.html