CMD获取历史WiFi名称和密码


  1. 按下组合键 Win + R
  2. 在打开的窗口中输入 cmd 并回车
  3. 将下列代码复制粘贴到打开的黑色背景的窗口中并回车即可
     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

Author: ezhq
Reprint policy: All articles in this blog are used except for special statements CC BY-NC-SA 4.0 reprint polocy. If reproduced, please indicate source ezhq !
Pay