How to Add or Remove Wireless Networks from Allowed or Blocked Filter List in Windows
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.
If you have a lot of wireless access points within your area, then you could have a lot of SSIDs (network names) in your available wireless networks list.
A wireless filter will allow you to be able to add or remove the SSIDs (network names) you want from showing in your list of available Wi-Fi networks.
This tutorial will show you how to add or remove wireless networks from the wireless allowed or blocked filter list for all users in Vista, Windows 7, Windows 8, and Windows 8.1.
If you have a lot of wireless access points within your area, then you could have a lot of SSIDs (network names) in your available wireless networks list.
A wireless filter will allow you to be able to add or remove the SSIDs (network names) you want from showing in your list of available Wi-Fi networks.
This tutorial will show you how to add or remove wireless networks from the wireless allowed or blocked filter list for all users in Vista, Windows 7, Windows 8, and Windows 8.1.
CONTENTS:
- Option One: Display List of Wireless Networks Currently in Allowed and Blocked Filters
- Option Two: To Add or Remove a Wireless Network from Allowed Filter List
- Option Three: To Add or Remove a Wireless Network from Blocked Filter List
- Option Four: To Add All Not Allowed Wireless Networks to Denyall
- Option Five: To Remove All Not Blocked Wireless Networks from Denyall
- Option Six: Hide or Show Blocked Wireless Networks in Visible Available Networks List
EXAMPLE: Wi-Fi (wireless) Networks List of SSIDs
NOTE: This is an example in Windows 8.1.
OPTION ONE
Display List of Wireless Networks Currently in Allowed and Blocked Filters
Note
This option will display a list of wireless networks that you added to the allowed (Option One and blocked (Option Two) filter lists.
This can be especially handy to see the list of wireless networks you added to the block list since they are no longer displayed in the visible available networks list anymore by default.
This can be especially handy to see the list of wireless networks you added to the block list since they are no longer displayed in the visible available networks list anymore by default.
1. Open a command prompt, and copy and paste the command below you want to use, and press Enter.
:ar: (List all allowed and blocked wireless networks)
netsh wlan show filters
:ar: (List only all allowed wireless networks)
netsh wlan show filters permission=allow
:ar: (List only all blocked wireless networks)
netsh wlan show filters permission=block
2. When finished, you can close the command prompt if you like.
OPTION TWO
To Add or Remove a Wireless Network from Allowed Filter List
Note
If you add an available wireless network SSID to the allowed filter list, then the network will always be displayed and available to connect to if you should do Option Four below. Otherwise there's really no point in adding wireless networks to the allow list.
You will not be able to add a wireless network to the allow list if the wireless network as already been added to the block list using Option Three below. You would have to remove the wireless network from the block list before you will be able to add it to the allow list.
You will not be able to add a wireless network to the allow list if the wireless network as already been added to the block list using Option Three below. You would have to remove the wireless network from the block list before you will be able to add it to the allow list.
A) In the command prompt, type the command below, and press Enter. Repeat this step for each Wi-Fi network you want to add. When finished, go to step 4 below. (see screenshot below)
Code:
netsh wlan add filter permission=allow ssid="[B][COLOR=#ff0000]WLAN name[/COLOR][/B]" networktype=infrastructure
Note
Substitute WLAN name in the command with the actual SSID of the wireless network.
Note
For example:
Code:
netsh wlan add filter permission=allow ssid="[COLOR=#ff0000][B]Brink-Router[/B][/COLOR]" networktype=infrastructure[/INDENT]
[INDENT][/INDENT]
[INDENT]netsh wlan add filter permission=allow ssid="[COLOR=#ff0000][B]Brink-Router2[/B][/COLOR]" networktype=infrastructure
A) In the command prompt, type the command below, and press Enter. Repeat this step for each Wi-Fi network you want to remove. When finished, go to step 4 below. (see screenshot below)
Code:
netsh wlan delete filter permission=allow ssid="[B][COLOR=#ff0000]WLAN name[/COLOR][/B]" networktype=infrastructure
Note
Substitute WLAN name in the command with the actual SSID of the wireless network.
Note
For example:
Code:
netsh wlan delete filter permission=allow ssid="[COLOR=#ff0000][B]Brink-Router2[/B][/COLOR]" networktype=infrastructure
OPTION THREE
To Add or Remove a Wireless Network from Blocked Filter List
Note
If you add an available wireless network SSID to the blocked filter list, then the network will no longer be displayed in the visible available networks list, and can no longer be connected to.
This can be handy if there are wireless networks that you do not want to see in the visible available networks list anymore.
You will not be able to add a wireless network to the block list if the wireless network as already been added to the allow list using Option Two above. You would have to remove the wireless network from the allow list before you will be able to add it to the block list.
This can be handy if there are wireless networks that you do not want to see in the visible available networks list anymore.
You will not be able to add a wireless network to the block list if the wireless network as already been added to the allow list using Option Two above. You would have to remove the wireless network from the allow list before you will be able to add it to the block list.
A) In the command prompt, type the command below, and press Enter. Repeat this step for each Wi-Fi network you want to add. When finished, go to step 4 below. (see screenshots below)
Code:
netsh wlan add filter permission=block ssid="[B][COLOR=#ff0000]WLAN name[/COLOR][/B]" networktype=infrastructure
Note
Substitute WLAN name in the command with the actual SSID of the wireless network.
Note
For example:
Code:
netsh wlan add filter permission=block ssid="[COLOR=#ff0000][B]NETGEAR26[/B][/COLOR]" networktype=infrastructure
A) In the command prompt, type the command below, and press Enter. Repeat this step for each Wi-Fi network you want to remove. When finished, go to step 4 below. (see screenshot below)
Code:
netsh wlan delete filter permission=block ssid="[B][COLOR=#ff0000]WLAN name[/COLOR][/B]" networktype=infrastructure
Note
Substitute WLAN name in the command with the actual SSID of the wireless network.
Note
For example:
Code:
netsh wlan delete filter permission=block ssid="[COLOR=#ff0000][B]ASUS[/B][/COLOR]" networktype=infrastructure
OPTION FOUR
To Add All Not Allowed Wireless Networks to Denyall
Note
This option will set all available wireless networks that are not currently added to the allow (Option Two) and block (Option Three) list as denyall all at once. You can use Option Five below to undo this.
This will effectively be the same as the block list. These networks will then no longer be displayed in the visible available networks list, and can no longer be connected to.
This can be handy if you do not want to see any available wireless networks in the visible available networks list except those that you added to the allow list in Option Two.
You will still be able to add a wireless network to the allow list using Option Two above to have it display in the visible available networks list, and be able to connect to it again. Using Option Six to temporarily see all blocked wireless networks can help make this easier to do.
This will effectively be the same as the block list. These networks will then no longer be displayed in the visible available networks list, and can no longer be connected to.
This can be handy if you do not want to see any available wireless networks in the visible available networks list except those that you added to the allow list in Option Two.
You will still be able to add a wireless network to the allow list using Option Two above to have it display in the visible available networks list, and be able to connect to it again. Using Option Six to temporarily see all blocked wireless networks can help make this easier to do.
1. Open a command prompt.
2. In the command prompt, copy and paste the command below, and press Enter. (see screenshot below)
netsh wlan add filter permission=denyall networktype=infrastructure
3. When finished, you can close the command prompt if you like.
OPTION FIVE
To Remove All Not Blocked Wireless Networks from Denyall
Note
This option is the default setting and will undo Option Four to allow the wireless networks to display in the visible available networks list, and be able to connect to again.
Wireless networks that are currently added to the block list using Option Three above will not be affected, will still be on the block list.
Wireless networks that are currently added to the block list using Option Three above will not be affected, will still be on the block list.
1. Open a command prompt.
2. In the command prompt, copy and paste the command below, and press Enter. (see screenshot below)
netsh wlan delete filter permission=denyall networktype=infrastructure
3. When finished, you can close the command prompt if you like.
OPTION SIX
Hide or Show Blocked Wireless Networks in Visible Available Networks List
Note
This option will let you set to show or hide all blocked wireless networks (Option Three and Option Four) in the visible available networks list.
NOTE: This is the default setting.
A) In the command prompt, copy and paste the command below, press Enter, and go to step 4 below. (see screenshot below)
netsh wlan set blockednetworks display=hide
A) In the command prompt, copy and paste the command below, press Enter, and go to step 4 below. (see screenshots below)
netsh wlan set blockednetworks display=show
That's it,
Shawn
Related Tutorials
- How to Connect To or Disconnect from a Wireless Network in Windows 8 and 8.1
- How to Start or Stop Connect Automatically to Wireless Network in Windows 8
- Backup and Restore Wireless Network Profiles in Windows 8 and 8.1
- 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 Hide or Show Data Usage for Wireless Networks in Windows 8 and 8.1
- How to Change the Priority of Wireless Networks in Windows 8 and 8.1
- How to Change the Network Connection Priority in Vista, Windows 7, and Windows 8
- How to Enable or Disable Networks UI on Sign in Screen in Windows 8 and 8.1
- How to Find Your Wireless Network Security Key in Windows 8 and 8.1
- How to Turn On or Off Wi-Fi in Windows 8 and 8.1
Attachments
Last edited by a moderator: