Vous êtes sur la page 1sur 19

User Name Password Log in Register

Remember Me?

What's New? Forum Tutorials News Join Us Search..

FAQ Tutorial Index Community  Advanced Search

 Forum  Windows 10 Forums  Tutorials 

Add or Remove Wireless Network from Filter in Windows 10


How to Add or Remove Wireless Network from Allowed or Blocked Filter List in Windows 10
Published by Shawn Brink Category: Network & Sharing
05 Nov 2019

How to Add or Remove Wireless Network from Allowed or Blocked


Filter List in Windows 10

If you have a PC with a wireless network adapter, you will see a list of available wireless networks in your area
to select to connect to. 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.

The allowed and blocked lter list allow you to add or remove any available wireless network's SSIDs
(network names) you want to these lists to control which ones will display or not in Wi-Fi Available networks.

This tutorial will show you how to add or remove wireless networks from the allowed or blocked lter list to
hide or show in the available networks list for all users in Windows 10.

Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
Contents
Option One: To 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: To Hide or Show Blocked Wireless Networks in Visible Available Networks List

EXAMPLE: Wi-Fi available networks list


 This is an example of available wireless networks [/I][I]around my current area.

Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
OPTION ONE
To Display List of Wireless Networks Currently in Allowed and Blocked Filters

 This option will display a list of wireless networks that you added to the allowed (Option One and blocked (Option Two) lter
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.

1. Open a command prompt, and copy and paste the command below you want to use, and press Enter.

 (List all allowed and blocked wireless networks)


netsh wlan show filters

 (List only all allowed wireless networks)


netsh wlan show filters permission=allow

 (List only all blocked wireless networks)


netsh wlan show filters permission=block

2. When nished, you can close the command prompt if you like.

Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
OPTION TWO
To Add or Remove a Wireless Network from Allowed Filter List

 If you add an available wireless network SSID to the allowed lter 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.

1. Open a command prompt, and do step 2 or step 3 below for what you would like to do.

2. To Add Available Wireless Network to 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 nished, go to step 4 below. (see screenshot below)

Code:
netsh wlan add filter permission=allow ssid="WLAN name" networktype=infrastructure

   Note

Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
Substitute WLAN name in the command with the actual SSID of the wireless network.

For example:
Code:
netsh wlan add filter permission=allow ssid="Brink-Router" networktype=infrastructure

netsh wlan add filter permission=allow ssid="Brink-Router2" networktype=infrastructure

3. To Remove Wireless Network from 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 remove. When nished, go to step 4 below. (see screenshot below)

Code:
netsh wlan delete filter permission=allow ssid="WLAN name" networktype=infrastructure

   Note

Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
Substitute WLAN name in the command with the actual SSID of the wireless network.

For example:
Code:
netsh wlan delete filter permission=allow ssid="Brink-Router2" networktype=infrastructure

4. When nished, you can close the command prompt if you like.

OPTION THREE
To Add or Remove a Wireless Network from Blocked Filter List

 If you add an available wireless network SSID to the blocked lter list, then the network will no longer be displayed in the
visible available networks list, and can no longer be connected to.

Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
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.

1. Open a command prompt, and do step 2 or step 3 below for what you would like to do.

2. To Add Available Wireless Network to 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 nished, go to step 4 below. (see screenshots below)

Code:
netsh wlan add filter permission=block ssid="WLAN name" networktype=infrastructure

   Note

Substitute WLAN name in the command with the actual SSID of the wireless network.

For example:

Code:
netsh wlan add filter permission=block ssid="ASUS" networktype=infrastructure

Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
3. To Remove Wireless Network from 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 remove. When nished, go to step 4 below. (see screenshot below)

Code:
netsh wlan delete filter permission=block ssid="WLAN name" networktype=infrastructure

   Note

Substitute WLAN name in the command with the actual SSID of the wireless network.

For example:
Code:
netsh wlan delete filter permission=block ssid="ASUS" networktype=infrastructure

Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
4. When nished, you can close the command prompt if you like.

OPTION FOUR
To Add All Not Allowed Wireless Networks to Denyall

 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 e ectively 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

Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
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 lter permission=denyall networktype=infrastructure

3. When nished, you can close the command prompt if you like.

OPTION FIVE
To Remove All Not Blocked Wireless Networks from Denyall

Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
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 a ected, 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 lter permission=denyall networktype=infrastructure

3. When nished, you can close the command prompt if you like.

OPTION SIX

Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
To Hide or Show Blocked Wireless Networks in Visible Available Networks List

 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.

1. Open a command prompt, and do step 2 or step 3 below for what you would like to do.

2. To Hide All Blocked Wireless Networks


 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

3. To Show All Blocked Wireless Networks

A) In the command prompt, copy and paste the command below, press Enter, and go to step 4 below. (see screenshot
below)

Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
netsh wlan set blockednetworks display=show

4. When nished, you can close the command prompt if you like.

That's it,
Shawn

 Related Tutorials

How to Connect To a Wireless Network in Windows 10 How to Change Wireless Network Connection Priority Order in
How to Delete a Wireless Network Pro le in Windows 10 Windows 10
How to Change Network Adapter Connection Priorities in Windows 10

#1

Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
07 Jul 2017

Shawn,
Try3
What a particularly neatly explained procedure.
Posts : 2,674
Windows 10 Home
x64 [By the way, when I was trying to learn more about netsh in Windows 10 I could not nd an up-to-date
command reference for the Windows 10 version of netsh other than by collecting all the hundreds of netsh
wlan show lters /? etc responses. Have you found one?]

Denis

 My Computer   Quote

07 Jul 2017 #2

Hey Denis, :)

This is the newest "Netsh wlan" command reference from May 2009 I could nd so far from Microsoft.
Brink
Netsh Commands for Wireless Local Area Network (WLAN) in Windows Server 2008
Posts : 43,748
64-bit Windows 10
Pro for
Workstations build
19018
Thread Starter

Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
 My Computers   Quote

07 Jul 2017 #3

Brink,
Try3
Yes, it's a shame. There are hundreds of command combinations within netsh and so many have changed in
Posts : 2,674 Windows 10.
Windows 10 Home
x64
Denis

 My Computer   Quote

Tutorial Categories

Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
Related Threads

Network & Sharing Add or Remove Network from Navigation Pane in Windows 10 in Tutorials
How to Add or Remove Network in Navigation Pane of File Explorer in Windows 10 This tutorial
will show you how to add or remove Network in the navigation pane of File Explorer for all users
in Windows 10. You must be signed in as an...

Network & Sharing Delete Wireless Network Pro le in Windows 10 in Tutorials


How to Delete a Wireless Network Pro le in Windows 10 When you connect to a new wireless
network, Windows will create a pro le for the wireless network. A wireless (Wi-Fi) network pro le
contains the network name (SSID), password key, and...

Network & Sharing Connect To Wireless Network in Windows 10 in Tutorials


How to Connect To a Wireless Network in Windows 10 When you connect to a new wireless
network, Windows will automatically create and add a pro le for the wireless network. A wireless
(Wi-Fi) network pro le contains the SSID (network name),...

Network & Sharing Backup and Restore Wireless Network Pro les in Windows 10 in Tutorials
How to Backup and Restore Wireless Network Pro les in Windows 10 When you add or connect
to a new wireless network, Windows will create a pro le for the wireless network. A wireless (Wi-
Fi) network pro le contains the SSID (network name),...

Network & Sharing Set Wireless Network as Metered or Non-Metered in Windows 10 in Tutorials
A metered connection is an Internet connection that has a data limit associated with it. Cellular
data connections are set as metered by default. Wi-Fi and Ethernet network connections can be
set to metered but aren't by default. Some apps might...

Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
Our Sites Site Links About Us Find Us  

Vista Forums Contact Us Windows 10 Forums is an independent web site and has not been
Eight Forums Privacy and Cookies authorized, sponsored, or otherwise approved by Microsoft 
Seven Forums Terms of service Corporation. "Windows 10" and related materials are trademarks
of Microsoft Corp.

© Designer Media Ltd


All times are GMT -5. The time now is 04:18.

Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD

Vous aimerez peut-être aussi