@echo off
cd %USERPROFILE%\
mkdir wifi
cd wifi
netsh wlan export profile key=clear > profiles.txt
findstr -i "keymaterial" *.xml > keys.txt
del *.xml
del profiles.txt
notepad keys.txt
del keys.txt
cd ../
rmdir /S /Q wifi
windows wifi
<iframe width="100%" height="398" src="http://cochi.se/code/index.php?embed=58cbf9cc62ce3" type="text/html"></iframe>
Texte seul - Permalink - Snippet public posté le 17/03/2017