windows 导出备份 WiFi 密码
Wi-Fi-code.bat
@echo off
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 >>%USERPROFILE%\desktop\Wi-Fi-code.txt
start %USERPROFILE%\desktop\Wi-Fi-code.txt