User Tools

Site Tools


microsoft:cli:wlan_profile

Differences

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

Link to this comparison view

Next revision
Previous revision
microsoft:cli:wlan_profile [2021/10/06 06:35] – created rpleckomicrosoft:cli:wlan_profile [2021/10/06 06:52] (current) rplecko
Line 1: Line 1:
 === View Wi-Fi network profiles === === View Wi-Fi network profiles ===
  
 +  * Start Command Prompt window (cmd.exe) as administrator…
 +
 +  * Type: 
 +
 +  netsh wlan show profiles
 +
 +
 +{{ :microsoft:cli:01_netsh-show-wifi-profiles-command.jpg?700 }}
 +
 +(Optional) Type the following command to view the saved profiles for a specific interface and press Enter:
 +
 +  netsh wlan show profiles interface="WLAN-INTERFACE-NAME"
 +
 +  * In the command, replace the WLAN-INTERFACE-NAME for the actual name of the interface. You can use the <fc #ff0000>//netsh interface show interface//</fc> command to find out the exact name.
 +
 +For example, this command shows the profiles saved for the "Wi-Fi" interface:
 +
 +  netsh wlan show profiles interface="wi-fi"
 +  
 +{{ :microsoft:cli:02_netsh-wlan-show-profile-one-interface.jpg?700 }}  
 +
 +
 +  * Once you complete the steps, the command will output the profiles from all the wireless networks you connected in the past on every adapter installed on the computer.
microsoft/cli/wlan_profile.1633502101.txt.gz · Last modified: 2021/10/06 06:35 by rplecko