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:21] – yahiko | informatique:windows:wifi-cmd [2024/08/20 14:49] (current) – yahiko | ||
---|---|---|---|
Line 5: | Line 5: | ||
===== Exporter un profil WiFi ===== | ===== Exporter un profil WiFi ===== | ||
- | <codedoc | + | Lister les profils |
+ | <code batch> | ||
netsh wlan show profiles | netsh wlan show profiles | ||
- | </ | ||
- | <codedoc code:batch> | + | Profils sur l' |
+ | |||
+ | Profils de stratégies de groupe (lecture seule) | ||
+ | ----------------------------------------------- | ||
+ | | ||
+ | |||
+ | Profils utilisateurs | ||
+ | ------------- | ||
+ | Profil Tous les utilisateurs | ||
+ | Profil Tous les utilisateurs | ||
+ | Profil Tous les utilisateurs | ||
+ | Profil Tous les utilisateurs | ||
+ | </ | ||
+ | |||
+ | < | ||
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> |