Last active
March 24, 2021 11:47
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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