How to Start or Stop Connect Automatically to Wireless Network in Windows 8
Information
If you have a laptop or a PC with a wireless network adapter, you can see a list of available wireless networks in your area, and then connect to one of those networks. The wireless networks will only appear if your PC has a wireless network adapter installed, the adapter is turned on, and the wireless access point is in range.
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.
You can either connect to a wireless network manually for just that session, or have Windows always automatically connect to the wireless network when it's within range.
This tutorial will show you how to start or stop automatically connecting to a wireless network profile in Windows 8, Windows RT, Windows 8.1, and Windows RT 8.1.
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.
You can either connect to a wireless network manually for just that session, or have Windows always automatically connect to the wireless network when it's within range.
This tutorial will show you how to start or stop automatically connecting to a wireless network profile in Windows 8, Windows RT, Windows 8.1, and Windows RT 8.1.
Preparation
To See Connection Mode of Wireless Network Profile
Note
This will let you see if the connection mode of a wireless network profile on your PC is set to connect automatically or connect manually to.
Afterwards, you could do OPTION ONE or OPTION TWO below to turn on or off connect automatically to a wireless network.
Afterwards, you could do OPTION ONE or OPTION TWO below to turn on or off connect automatically to a wireless network.
1. Open a command prompt.
2. In the command prompt, copy and paste the command below, and press Enter. (see screenshot below)
NOTE: This will show all wireless profiles on each interface on your PC.
netsh wlan show profiles
2. In the command prompt, type the command below, and press Enter. (see screenshot below)
netsh wlan show profile "ProfileName"
Note
Substitute ProfileName in the command above with the actual name of your wireless network (WLAN) profile.
Note
For example: netsh wlan show profile "Brink-Router2"
3. You will now see if the WLAN profile is set to connect automatically or connect manually.
OPTION ONE
Start or Stop Connect Automatically to Wireless Network in Networks
1. Do step 2 or 3 below for how you would like to do.
2. To Stop Automatically Connecting to Connected Wireless Network Profile
A) While in Networks, click/tap on the listed wireless network (ex: Brink-Router2) that you are currently connected to, and click/tap on Disconnect. (see screenshot below)
Note
See OPTION FOUR in the tutorial link below for more details on how to do this.
3. To Start Automatically Connecting to Wireless Network Profile
A) If you are currently connected to the wireless network, then you will need to do step 2 above to disconnect from it first.
B) While in Networks, click/tap on the listed wireless network (ex: Brink-Router2) that you want to connect to, check the Connect automatically box, and click/tap on Connect. (see screenshot below)
Note
See OPTION FOUR in the tutorial link below for more details on how to do this.
OPTION TWO
Start or Stop Connect Automatically to Wireless Network in Command
Note
You can use this option on any of your wireless network profiles. It doesn't matter if you are currently connected to them or not.
1. Open a command prompt.
2. Do step 3 or 4 below for how you would like to do.
3. To Stop Automatically Connecting to a Wireless Network Profile
Warning
If you are currently connected to the WLAN profile you specified in the command, then this will disconnect you from it now.
A) In the command prompt, type the command below, and press Enter. (see screenshot below)
netsh wlan set profileparameter name="ProfileName" connectionmode=manual
Note
Substitute ProfileName in the command above with the actual name of your wireless network (WLAN) profile.
Note
For example:
netsh wlan set profileparameter name="Brink-Router2" connectionmode=manual
4. To Start Automatically Connecting to a Wireless Network Profile
Warning
This will disconnect you from any currently connected WLAN profile, and will automatically connect you to the WLAN profile you specified in the command when it's within range.
A) In the command prompt, type the command below, and press Enter. (see screenshot below)
netsh wlan set profileparameter name="ProfileName" connectionmode=auto
Note
Substitute ProfileName in the command above with the actual name of your wireless network (WLAN) profile.
Note
For example:
netsh wlan set profileparameter name="Brink-Router2" connectionmode=auto
5. When finished, you can close the command prompt if you like.
That's it,
Shawn
Related Tutorials
- How to Connect To or Disconnect from a Wireless Network in Windows 8 and 8.1
- How to Change the Priority of Wireless Networks in Windows 8 and 8.1
- Add or Remove Wireless Networks from Allowed or Blocked Filter List in Windows
- How to Delete a Wireless Network Profile in Windows 8 and 8.1
- Wireless Network - Set or Unset as Metered Connection in Windows 8 and 8.1
- How to Turn On or Off Wi-Fi in Windows 8 and 8.1
- Backup and Restore Wireless Network Profiles in Windows 8 and 8.1
Attachments
Last edited by a moderator: