Loading... 只需10秒,无需工具,PC端查看连接过的WiFi密码 <!-- more --> --- 1. Win+R 2. 输入cmd 3. 粘贴下面语句 ```JavaScript 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 ``` 4. 结果如图   Last modification:August 10, 2022 © Allow specification reprint Like 0 喵ฅฅ