Skip to content

Instantly share code, notes, and snippets.

@p-acDev
Last active March 24, 2021 11:47
Show Gist options
  • Select an option

  • Save p-acDev/7baf70cdc66e568db4736a98dc5322e3 to your computer and use it in GitHub Desktop.

Select an option

Save p-acDev/7baf70cdc66e568db4736a98dc5322e3 to your computer and use it in GitHub Desktop.
Comment obtenir le mot de passe wifi si on l'a déjà renseigné au moins une fois
# lister d'abord les SSID
netsh wlan show networks
# une fois qu'on a récupéré le réseau auquel on veut se connecter
netsh wlan show profile name="NETWORK" key=clear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment