To manage the wireless network connection on a Windows 10 computer, you can use the Settings or Control Panel applications. However, there are many advanced settings that you cannot find on the Settings application or on the Control Panel. In this case you can use Command Prompt.

How to use Command Prompt to manage wireless networks on Windows 10? Picture 1

1. Review the wireless network configuration saved on your computer

Every time you connect to a wireless access point, the system will automatically create a profile for that access point and save it on your computer, you can review all these profiles by accessing the Command Prompt and Enter the command line below into:

Netsh WLAN show profiles

How to use Command Prompt to manage wireless networks on Windows 10? Picture 2

A list of wireless access points stored on your computer will now appear.

In addition, you can also display the scale interface for each access point by typing the following command:

Netsh WLAN show profiles interface = "Wireless_Interface_Neme"

2. View adapter driver information

If you want to see wireless network adapter information on your computer, you can use the following command:

Netsh WLAN show drivers

How to use Command Prompt to manage wireless networks on Windows 10? Picture 3

The current driver information installed on your computer will be displayed, including provider, version, radio signal type, support for wireless network display .

You can always use the command below to see all wireless network support features:

Netsh WLAN show wirelesscapabilities

How to use Command Prompt to manage wireless networks on Windows 10? Picture 4

3. See the adapter settings

How to use Command Prompt to manage wireless networks on Windows 10? Picture 5

When you need to see specific wireless network information such as the type of radio signal, channel, network signal, and the type of certificate that your computer is using, you can use the following command:

Netsh WLAN show interfaces

The information about the adapter on your computer will be displayed. If you want to see any one adapter information, you can use the following command:

Netsh WLAN show interface name = "Interface_Name"

4. Recover passwords of any wireless networks stored on your computer

How to use Command Prompt to manage wireless networks on Windows 10? Picture 6

Suppose that in case you lose your password or forget your Wifi connection password, you can use the command below to review your password:

Netsh WLAN show profile name = "Profile_Name" key = clear

In addition, you can view the current Wifi password via the Wireless Adapter Properties in Control Panel.

5. Automatically disconnect the access point outside the connection range

How to use Command Prompt to manage wireless networks on Windows 10? Picture 7

Sometimes your Windows 10 computer is set up to automatically connect to access points.

But then you realize that your computer is always connected to points that have very weak wave intensities, or try to connect to points outside the connection range. In this case, you can use the following command to automatically disconnect the access point outside the connection range:

Netsh WLAN set profilameter name = "Profile_Name" connectionmode = manual

Windows 10 will prioritize connecting to the access points you choose to automatically connect, if you want to move an access point to the priority list, you use the command:

Netsh WLAN set profilameter name = "Profile_Name" connectionmode = auto

6. Delete the saved wireless network profile on your computer

How to use Command Prompt to manage wireless networks on Windows 10? Picture 8

When there is no need to connect to a wireless network, or the network is no longer available, or you need to reset the installation, you can use the following command to delete the wireless network configuration saved on your computer. :

Netsh WLAN delete profile name = "Profile_Name"

If you can't remember the wireless network name, you can use Netsh WLAN to list all saved wireless network profiles on your computer.

Note: Windows 10 has the ability to sync wireless network configurations between computers when you use a synchronized and activated Microsoft account.

However, when you delete a wireless network profile on your computer, all changes will not sync with other devices.

7. Enter and export access point information

How to use Command Prompt to manage wireless networks on Windows 10? Picture 9

On Windows 7, users are able to import and export access point profiles using Control Panel.

On Windows 8.x and Windows 10, Microsoft has removed this feature. Instead, the ability to sync to a Microsoft account. However, if you need to import or export access point information, you can use the following command:

Netsh WLAN export profile key = clear folder = "Folder_Path"

If you want to export a specific network profile, to the destination according to the specific path, use the following command:

Netsh WLAN export profile name = "Profile_Name" key = clear folder = "Folder_Path"

The output will be contained in the XML file, including the login password so you should keep it in a safe place to avoid being stolen by others.

You can also use the exported XML files to re-enter the information into the computer on all accounts, using the command line:

Netsh WLAN add profile filename = "File_Path.XML"

How to use Command Prompt to manage wireless networks on Windows 10? Picture 10

8. Report wireless network adapter

How to use Command Prompt to manage wireless networks on Windows 10? Picture 11

If you need to fix the connection to the access point, you must have a detailed report to track and detect the problem.

To create a detailed report, you can use the following statement:

Netsh WLAN show WLANreport

The report is created according to the following link:

C: ProgramDataMicrosoftWindowsWLANReportWLAN-report-latest.html

The file will be exported according to the following path, you copy and paste into the browser to view.

How to use Command Prompt to manage wireless networks on Windows 10? Picture 12

After the WLAN report is created, copy and paste the path into the Web browser address bar to view it.

In addition, the WLAN report also displays a summary of the network card (network adapter) information installed on your system, the success / failure versions, the cause of disconnection .

9. Other information

How to use Command Prompt to manage wireless networks on Windows 10? Picture 13

You can set up multiple wireless settings via the Settings application and Control Panel. However, you can use the command below to view, install and troubleshoot wireless network setup:

Enter Netsh WLAN command into the Command Prompt window and press Enter to see other available commands.

You can refer to some of the following articles:

  1. Open, watching photos on Windows 10 too slow? This is how to fix it!

  2. How to open the virtual keyboard in Windows 10

  3. Ways to turn off your computer on Windows 10

Good luck!

4 ★ | 11 Vote | 👨 2962 Views

Above is an article about: "How to use Command Prompt to manage wireless networks on Windows 10?". Hope this article is useful to you. Don't forget to rate the article, like and share this article with your friends and relatives. Good luck!

« PREV POST
NEXT POST »