HomeWindows 10Operating SystemHow to Turn On or Off Connect Automatically to Wireless Network in Windows 10

2.2. How to Turn On or Off Connect Automatically to Wireless Network in Windows 10

When you connect to a new wireless network, Windows will create a profile for the wireless network. A wireless (Wi-Fi) network profile contains the SSID (network name), password key, and security information to be able to connect to a wireless network.

This tutorial will show you different ways on how to turn on or off to connect automatically to a wireless network when in range in Windows 10.

Option 1

To Turn On Connect Automatically to Wireless Network when Connecting To

1. While connecting to a wireless network, check the Connect automatically box. (see screenshot below)

Name:  Automatically_connect_to_wireless_network.jpg
Views: 22839
Size:  37.5 KB

Option 2

To Turn Off Connect Automatically to Wireless Network by Disconnecting

1. Disconnect from the wireless network. You will need to manually connect to this wireless network when you want to connect to it again. (see screenshot below)

Name:  disconnect_wireless_network.jpg
Views: 22595
Size:  39.1 KB



Option 3

To Turn On or Off Connect Automatically to Wireless Network in Settings

1. Open Settings, and click/tap on the Network & Internet icon.

2. Click/tap on Wi-Fi on the left side, and click/tap on the connected wireless network (ex: "Brink-Router2") on the right side. (see screenshot below)

Click image for larger version. 

Name:	Automatically_connect_to_wireless_network-Settings-1.png 
Views:	1293 
Size:	43.8 KB 
ID:	104431

3. Turn on or off Connect automatically when in range for what you want for this wireless network. (see screenshot below)

Click image for larger version. 

Name:	Automatically_connect_to_wireless_network-Settings-2.png 
Views:	398 
Size:	43.1 KB 
ID:	104432

4. You can now close Settings if you like.


Option 4

To Turn On or Off Connect Automatically to Wireless Network in Network Connections

1. Press the Win+R keys to open Run, type ncpa.cpl into Run, and click/tap on OK to open Network Connections.

2. Click/tap on the wireless network (ex: "Brink-Router2"). (see screenshot below)

Click image for larger version. 

Name:	Automatically_connect_to_wireless_network-Network-Connections-1.png 
Views:	593 
Size:	31.4 KB 
ID:	104433

3. Click/tap on the Wireless Properties button. (see screenshot below)

Name:  Automatically_connect_to_wireless_network-Network-Connections-2.png
Views: 22434
Size:  22.9 KB

4. Check (on) or uncheck (off) Connect automatically when this network is in range for what you want, and click/tap on OK. (see screenshot below)

Name:  Automatically_connect_to_wireless_network-Network-Connections-3.png
Views: 22761
Size:  13.5 KB

5. Click/tap on Close. (see screenshot below step 3)

6. You can now close Network Connections if you like. (see screenshot below step 2)


Option 5

To Turn On or Off Connect Automatically to Wireless Network in Command Prompt

1. Open a command prompt.

2. Enter the command below into the command prompt, press Enter, and make note of the wireless profile name (ex: "Brink-Router2") that you want to turn on or off connect automatically. (see screenshot below)

 netsh wlan show profiles

Click image for larger version. 

Name:	Auto_connect_wireless_network_command-1.png 
Views:	639 
Size:	22.5 KB 
ID:	104463

3. Enter the command below into the command prompt, press Enter, and see if the Connection mode of this wireless network is currently set to Connect automatically or Connect manually. (see screenshot below)

 netsh wlan show profile "name"

Note   Note
Substitute name in the command above with the actual name of the wireless network profile from step 2).

For example: netsh wlan show profile "Brink-Router2"


Click image for larger version. 

Name:	Auto_connect_wireless_network_command-2.png 
Views:	677 
Size:	59.2 KB 
ID:	104464

4. Enter the command you want to use below into the command prompt, and press Enter. (see screenshots below)

(To turn on connect automatically to wireless network)
 netsh wlan set profileparameter name="name" connectionmode=auto


(To turn off connect automatically to wireless network)
 netsh wlan set profileparameter name="name" connectionmode=manual

Note   Note
Substitute name in the commands above with the actual name of the wireless network profile from step 2).

For example:

netsh wlan set profileparameter name="Brink-Router2" connectionmode=auto

netsh wlan set profileparameter name="Brink-Router2" connectionmode=manual


Click image for larger version. 

Name:	Auto_connect_wireless_network_command-3.png 
Views:	456 
Size:	21.4 KB 
ID:	104465
Click image for larger version. 

Name:	Auto_connect_wireless_network_command-4.png 
Views:	398 
Size:	21.8 KB 
ID:	104466

5. You can now close the command prompt if you like.





This page was: Helpful | Not Helpful