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

Both sides previous revisionPrevious revision
informatique:windows:wifi-cmd [2022/02/01 14:23] yahikoinformatique:windows:wifi-cmd [2024/03/06 14:28] (current) yahiko
Line 6: Line 6:
 ===== Exporter un profil WiFi ===== ===== Exporter un profil WiFi =====
 Lister les profils Lister les profils
-<codedoc code:batch>+<code batch>
 netsh wlan show profiles netsh wlan show profiles
  
Line 21: Line 21:
     Profil Tous les utilisateurs     : dlink1     Profil Tous les utilisateurs     : dlink1
     Profil Tous les utilisateurs     : MON-PROFIL     Profil Tous les utilisateurs     : MON-PROFIL
-</codedoc>+</code>
  
-<codedoc code:batch>+<code batch>
 netsh wlan export profile "MON-PROFIL" key=clear folder=E:\MACHIN netsh wlan export profile "MON-PROFIL" key=clear folder=E:\MACHIN
-</codedoc>+</code>
  
 ===== Importer un profil WiFi ===== ===== Importer un profil WiFi =====
-<codedoc code:batch>+<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
-</codedoc>+</code>
  
 ===== Connecter à un profil ===== ===== Connecter à un profil =====
-<codedoc code:batch>+<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>+<code batch>
 netsh wlan set profileparameter name="MON-PROFIL" connectionmode=auto netsh wlan set profileparameter name="MON-PROFIL" connectionmode=auto
-</codedoc>+</code>
  
informatique/windows/wifi-cmd.txt · Last modified: 2024/03/06 14:28 by yahiko

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki