查询电脑所有连接过的密码(值得收藏)

 

 

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

posted @ 2021-04-26 09:49  HarryK  阅读(331)  评论(0编辑  收藏  举报