User Tools

Site Tools


informatique:windows:wifi-cmd

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
informatique:windows:wifi-cmd [2022/02/01 09:38] – created yahikoinformatique:windows:wifi-cmd [2024/03/06 14:28] (current) yahiko
Line 5: Line 5:
  
 ===== Exporter un profil WiFi ===== ===== Exporter un profil WiFi =====
 +Lister les profils
 +<code batch>
 netsh wlan show profiles netsh wlan show profiles
  
 +Profils sur l'interface Wi-Fi :
 +
 +Profils de stratégies de groupe (lecture seule)
 +-----------------------------------------------
 +    <Aucun>
 +
 +Profils utilisateurs
 +-------------
 +    Profil Tous les utilisateurs     : bureau
 +    Profil Tous les utilisateurs     : atelier
 +    Profil Tous les utilisateurs     : dlink1
 +    Profil Tous les utilisateurs     : MON-PROFIL
 +</code>
 +
 +<code batch>
 netsh wlan export profile "MON-PROFIL" key=clear folder=E:\MACHIN netsh wlan export profile "MON-PROFIL" key=clear folder=E:\MACHIN
 +</code>
  
 ===== Importer un profil WiFi ===== ===== Importer un profil WiFi =====
 +<code batch>
 netsh wlan add profile filename="E:\MACHIN\Wi-Fi-MON-PROFIL.xml" user=all netsh wlan add profile filename="E:\MACHIN\Wi-Fi-MON-PROFIL.xml" user=all
 +</code>
  
 ===== Connecter à un profil ===== ===== Connecter à un profil =====
 +<code batch>
 netsh wlan connect ssid=MON-SSD name=MON-PROFIL netsh wlan connect ssid=MON-SSD name=MON-PROFIL
 +</code>
  
 ===== Connexion auto à un profil ===== ===== Connexion auto à un profil =====
 +<code batch>
 netsh wlan set profileparameter name="MON-PROFIL" connectionmode=auto netsh wlan set profileparameter name="MON-PROFIL" connectionmode=auto
 +</code>
 +
informatique/windows/wifi-cmd.1643708316.txt.gz · Last modified: 2022/02/01 09:38 by yahiko

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki