Wi-Fi-code.bat
1234
@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.txtstart %USERPROFILE%\desktop\Wi-Fi-code.txt