Advertisement
Guest User

Untitled

a guest
Jun 29th, 2019
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. rem Wifi Network Name is in <name>...</name>
  2. rem Wifi Network Password is in <keyMaterial>...</keyMaterial>
  3.  
  4. mkdir wifi-pwd && echo Creating directory to save wifi(s) info
  5. netsh wlan export profile interface=wi-fi key=clear folder=%~dp0\wifi-pwd
  6. if not exist %~dp0\wifi-pwd\*.xml rmdir "wifi-pwd" && echo "There is no wifi logged, Deleting directory."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement