© Provided by Windows Central
You can connect to a wireless network in more than one way, and in this guide, we'll show you four methods to complete this task on Windows 10.
If you use a laptop, tablet, or even a desktop computer, it likely has a Wi-Fi connection, as it's the most convenient medium to access a network and the internet without messing around with cables.
However, it's only convenient as long as you know the steps to connect. If you're using Windows 10, there are multiple ways quickly connect to the internet using a Wi-Fi connection, whether you're setting up a device for the first time, connecting in a new place, or if you're simply looking for an efficient way to connect multiple devices to the same network.
In this Windows 10 guide, we walk you through the steps to connect to a Wi-Fi network using the network flyout in Taskbar, Settings, Control Panel and using command lines with Command Prompt.
To connect to a Wi-Fi network using the network flyout in the taskbar, use these steps:
Click on the Network icon in the bottom-right corner of the taskbar. (If you don't see the button, click the up arrow button on the left.)
Note: Alternatively, you can open Action Center (Windows key + A), and then click the Network button in the Quick actions section to access the network flyout.
Click the Connect button.
© Provided by Windows CentralA quick tip: If you don't see any network listed, click the Wi-Fi button to turn on the adapter from the flyout.
Confirm the network security key (password).
© Provided by Windows CentralOnce you complete the steps, the device will connect to the network using the wireless connection.
Reconnect automaticallyWindows 10 also offers an option to re-enable and reconnect the device automatically after disconnecting the adapter manually.
To schedule automatic reconnect to Wi-Fi networks, use these steps:
Click the Wi-Fi button to turn off wireless connectivity.
© Provided by Windows CentralUse the drop-down menu and select when to re-enable and re-connect:
After you complete the steps, Windows 10 won't try to re-establish a wireless connection until the schedule you specified.
When you use this feature, the computer will only auto-connect to those networks that you've previously configured to connect automatically.
How to connect to Wi-Fi network using SettingsOn Windows 10, you can also use the "Network & Security" settings page to pre-configure Wi-Fi connections manually, and then when the network is in range, it'll connect automatically.
To set up a Wi-Fi connection with the Settings app, use these steps:
Click the Manage known networks option.
© Provided by Windows CentralClick the Add a new network button.
© Provided by Windows CentralClick the Save button.
© Provided by Windows CentralAfter you complete the steps, the computer will connect automatically to the Wi-Fi network you specified when it's range.
How to connect to Wi-Fi network using Control PanelTo connect to a wireless network with Control Panel, use these steps:
Under the "Set up a new connection or network" section, click the Set up a new connection or network option.
© Provided by Windows CentralSelect the Manually connect to a wireless network option.
© Provided by Windows Central(Optional) Check the Connect even if the network is not broadcasting option.
© Provided by Windows CentralOnce you complete the steps, the device will automatically connect to the Wi-Fi network.
How to connect to the Wi-Fi network using Command PromptAlternatively, you can connect to a Wi-Fi network using the netsh command-line tool using Command Prompt.
To connect to a wireless access point with command lines, use these steps:
Type the following command to view the available network profiles and press Enter:
netsh WLAN show profile
Type the following command to connect to the Wi-Fi network and press Enter:
netsh wlan connect ssid=YOUR_WIFI_SSID name=PROFILE_NAME
In the command, remember to specify the SSID of the network and profile name with the network settings you're trying to connect.
For example, this command connects to the tsunami network using the tsunami profile:
netsh wlan connect ssid=tsunami name=tsunami
© Provided by Windows CentralQuick Tip: If you have more than one wireless adapter, you must also specify in the command which adapter you want to use. Here's an example of the command: netsh WLAN connect ssid=YOUR_WIFI_SSID name=PROFILE_NAME interface=Wi-Fi.
After you complete the steps, the device will connect to the wireless network.
New network connectionOn Windows 10, you can use the netsh command tool to manage wireless adapters and networks. However, it only allows connections to previously known networks, because you must specify a network profile, which you can't create with the tool.
If you must use Command Prompt to connect one or multiple devices to the same Wi-Fi network, there's a workaround you can use. You can export the network profile that was created automatically during the first connection, and then import it using netsh to connect to the wireless network.
Export Wi-Fi profileTo export a Wi-Fi profile on Windows 10, use these steps:
Type the following command to view the available network profiles and press Enter:
netsh WLAN show profile
Type the following command to export a profile and press Enter:
netsh WLAN export profile PROFILE-NAME key=clear folder=PATH\TO\EXPORT\FOLDER
For example, this command exports the tsunami profile to the Documents folder.
netsh WLAN export profile tsunami key=clear folder=C:\Users\m\Documents
© Provided by Windows CentralOnce you complete the steps, you can import the same XML file to connect other computers to the same network or reconnect your device if the profile is no longer available.
Import Wi-Fi profileTo import a Wi-Fi profile on Windows 10, use these steps:
Type the following command to determine the name of the network adapter and press Enter:
netsh WLAN show interfaces
Type the following command to import the network profile and press Enter:
netsh WLAN add profile filename="PATH\TO\PROFILE.XML" Interface="YOUR_WIFI_ADAPTER_NAME" user=current
In the command, make sure to specify the path to the XML file and interface name.
For example, this command imports the XML profile located in the Documents folder to the Wi-Fi adapter:
netsh WLAN add profile filename="C:\Users\m\Documents\wi-fi-tsunami.Xml" Interface="WI-FI" user=current
© Provided by Windows CentralType the following command to connect to the wireless network and press Enter:
netsh WLAN connect ssid=YOUR_WIFI_SSID name=PROFILE_NAME
In the command, make sure to specify the SSID and profile name.
For example, this command connects to an access point using the tsunami SSID and tsunami profile name:
netsh WLAN connect ssid=tsunami name=tsunami
Quick Tip: If you have more than one wireless adapter, you must also specify in the command which adapter you want to use. For example, netsh WLAN connect ssid=YOUR_WIFI_SSID name=PROFILE_NAME interface=Wi-Fi
After you complete the steps, the device should connect to the network automatically.
More Windows 10 resourcesFor more helpful articles, coverage, and answers to common questions about Windows 10, visit the following resources: