This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
informatique:windows:wifi-cmd [2022/02/01 14:23] – yahiko | informatique:windows:wifi-cmd [2024/08/20 14:49] (current) – yahiko | ||
---|---|---|---|
Line 6: | Line 6: | ||
===== Exporter un profil WiFi ===== | ===== Exporter un profil WiFi ===== | ||
Lister les profils | Lister les profils | ||
- | <codedoc | + | <code batch> |
netsh wlan show profiles | netsh wlan show profiles | ||
Line 21: | Line 21: | ||
Profil Tous les utilisateurs | Profil Tous les utilisateurs | ||
Profil Tous les utilisateurs | Profil Tous les utilisateurs | ||
- | </codedoc> | + | </code> |
- | <codedoc | + | <code batch> |
netsh wlan export profile " | netsh wlan export profile " | ||
- | </codedoc> | + | </code> |
+ | |||
+ | Exporter tout d'un coup : | ||
+ | <code batch> | ||
+ | netsh wlan export profile key=clear folder=" | ||
+ | </code> | ||
===== Importer un profil WiFi ===== | ===== Importer un profil WiFi ===== | ||
- | <codedoc | + | <code batch> |
netsh wlan add profile filename=" | netsh wlan add profile filename=" | ||
- | </codedoc> | + | </code> |
===== Connecter à un profil ===== | ===== Connecter à un profil ===== | ||
- | <codedoc | + | <code batch> |
netsh wlan connect ssid=MON-SSD name=MON-PROFIL | netsh wlan connect ssid=MON-SSD name=MON-PROFIL | ||
- | </codedoc> | + | </code> |
===== Connexion auto à un profil ===== | ===== Connexion auto à un profil ===== | ||
- | <codedoc | + | <code batch> |
netsh wlan set profileparameter name=" | netsh wlan set profileparameter name=" | ||
- | </codedoc> | + | </code> |