Cannot turn off 'automatically connect' option on WIFI connections

Anonymous
2013-06-19T04:07:13+00:00

This I think is either really strange or normal.

I have windows 8 on my notebook and an Inter Centrino N-2230 wireless adapter.

Recently, all WIFI connections that appear as available have the 'connect automatically' option checked. I uncheck the box, but they automatically get checked again.  I am sure that previously, all wifi connections had the box unchecked by default.

However this is NOT the case with the one wifi connection I primarily use, ie my home cable connection. I can uncheck the option for this one and it stays unchecked. Bizarre.

I am a bit concerned that if I use my notebook near an unsecured connection, it will automatically connect to this without my knowing resulting in security concerns.

Any idea if this is an issue, and how to resolve it?

Thanks

Windows for home | Previous Windows versions | Internet and connectivity

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Anonymous
2014-03-08T01:36:03+00:00

I assume that all of the trouble machines that are automatically connecting are using Intel PROSet Wireless Tools.  Simple fix.

Goto the Control Panel.  

Type Wireless in the search panel.

If Intel PROSet Wireless Tools is an option click it (if not then you may have another issue)

Under the option Intel Wifi HotSpot Assistant click Settings

Uncheck Automatically Connect to free WiFi Hotspots.  

Click Close 

Your DONE!

Problem Solved Unless you are not using Intel PROSet Wireless Tools.

Was this answer helpful?

90+ people found this answer helpful.
0 comments No comments

90 additional answers

Sort by: Most helpful
  1. Anonymous
    2014-01-10T23:29:59+00:00

    Think I have figured this out.  I have noticed that I look down this list of networks and they are all checkmarked "autoconnect"  when I go to uncheck them they go right back to being checked on autoconnect.

    For windows 8- go to control panel, network and internet, click on "change advanced sharing settings" on the left hand side, click on the "Private", then uncheck the box " turn on automatic setup of network connected devices". Also, I turned off network discovery.

    Hope that helps- it completely removed all other networks other than mine.

    Was this answer helpful?

    10+ people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2016-06-28T01:35:30+00:00

    There are really two issues here: you do want to connect automatically to secure networks you know and trust, but you don’t ever want to connect (automatically or otherwise) to unsecured networks or secure networks you do not know or trust (like your neighbor’s networks). If possible, you don’t even want to see these networks cluttering your connect dialog.

    Step 1: Disable searching. In the Wireless Network Properties for the network(s) you do want to use, make sure “Look for other wireless networks while connected to this network” is unchecked.

    Step 2: Add your network(s) to the “Allow” filter. Open a command prompt and execute the following command, replacing XXXX with the SSID of each network you do want to use:

    netsh wlan add filter permission=allow ssid=”XXXX” networktype=infrastructure

    Step 3: Add all networks not specifically allowed to the “Block” filter.

    netsh wlan add filter permission=denyall networktype=infrastructure

    The downside is that connecting to networks you do not yet know (such as at a hotel) becomes more difficult. Consider creating the following command script as AllowSSID.bat:

    @netsh wlan add filter permission=allow ssid=%1 networktype=infrastructure

    If the SSID has embedded blanks, be sure to enclose it in quotes (e.g., “Hidden Network”) when you execute this command.

    Last, if you “allow” the local Starbucks’ network be sure to mark it as Public so sharing is disabled.

    Was this answer helpful?

    7 people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2013-07-02T02:59:01+00:00

    Thanks but unfortunately as per my original posting, I cannot turn off the auto connect for that network because of my original issue, that is, ALL the other connections (as per original post) are set to 'automatically connect'. I do not want to have my system connecting to unsecured networks that come into range.

    In brief again:

    • all connections in wireless network screen have 'connect automatically' box checked
    • unchecking the boxes does not work as they automatically recheck immediately
    • when getting in range of an unsecured free network, my system connects to it automatically (not good!)

    Surely there is some file edit I can do that automatically defaults all available wifi networks to not be set to connect automatically by default when they come into range. This was easy in Windows 7.

    What is the point of the 'connect automatically' box if I cannot deselect it for networks that I cannot connect to or do not want to? I can only deselect it for the network I DO want to autoconnect to.

    Further, I cannot 'forget network' except or networks I am connected too...again meaning its a pointless option.

    The only security option I have therefore at the moment is to keep my system in flight mode, or to turn WIFI off using the Intel connection utility I downloaded.

    Was this answer helpful?

    6 people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2013-10-29T06:12:45+00:00

    I don't think it is an answer for all the problems written in this post, but I found very usefull information in the Dutch MS forum:

    http://answers.microsoft.com/nl-nl/windows/forum/windows\_8-networking/wireless-netwerken-verwijderen/9f98100a-211d-4df2-8d27-8f0e52842877?rtAction=1383024914145

    It appears that although connect automatically is always on, it will not  automatically connect to a network if you don't ever self once already have connected to that network. If you have connected to a network, you can undo this again, by right clicking on the network and choosing not remembered. So basically,  autoconnect means nothing, it's about whether it's a "remember" network.

    I hope I used the right English terms.

    Was this answer helpful?

    4 people found this answer helpful.
    0 comments No comments