How to Block Your Neighbor’s WiFi Network From Appearing on Windows

Does your neighbor have an obnoxious WiFi network name? You’ll hide it from the Wi-Fi menu on your computers, preventing it from exposure. You’ll go even further and block all other Wi-Fi networks, too, only allowing your PCs to ascertain and hook up with the Wi-Fi networks you permit.

It is handy if a neighbor has selected a network name that’s inappropriate for little children, or a neighboring network is open with no parental controls. Whatever your reason, you’ll stop that network from exposure on any Windows PC with a couple of commands.

First: Open an Administrator prompt Window

It is accomplished via the netsh command, run as an Administrator. To open a prompt window, open the beginning menu, look for quick, right-click the “Command Prompt” shortcut, and choose “Run as administrator.”

Block Neighbours WiFi Network From Appearing on Windows

How to Blacklist a Wi-Fi Network

You can hide a personal network by adding it to the block list. It won’t appear within the list of nearby available Wi-Fi networks, and you can’t hook up with it from Windows. Do you know how to kick people off from your WiFi Network?

To block a network, run the subsequent command, replacing “WIFI NAME” with the wireless network’s name (SSID). It’s just the Wi-Fi network name that appears within the standard WiFi pop-up menu.

Type command: netsh wlan includes filter permission=block ssid=“WIFI NAME” networktype=infrastructure

Block Neighbours WiFi Network From Appearing on Windows

Repeat this process to feature more networks to your Wi-Fi blacklist if you wish. This command filters supported the network name. If your neighbor renames their WiFi network, you will see the new name on your Wi-Fi list.

ALSO READ:  How to Boot a MAC in Safe Mode

To undo this change, remove a network from the blocklist, run the following command, and replace “WIFI NAME” with the Wi-Fi network’s name:

Type command: netsh wlan delete filter permission=block ssid=“WIFI NAME” networktype=infrastructure

Block Neighbours WiFi Network From Appearing on Windows

How to Whitelist a WiFi Network

Instead of hiding individual networks, you could add one or more Wi-Fi networks to the allow list and then block all other networks. It ensures a tool can only hook up with the networks you approve of. Of course, this is often inconvenient if you’re employing a portable device sort of a laptop. If you whitelist merely your home network and take the laptop elsewhere, you won’t even be ready to see the other WiFi hotspots without changing this setting.

To add an allowed WiFi network, run the following given commands, Changing “WIFI NAME” with the name (SSID) of the wlan network.

Type command: netsh wlan add filter permission=allow ssid=”WIFI NAME” networktype=infrastructure

Block Neighbours WiFi Network From Appearing on Windows

Redo this method to add more networks to your WiFi whitelist, if necessary.

When you have set a list of your whitelisted networks, run the following command to block all WiFi networks that you have not particularly permitted:

Type command: netsh wlan add filter permission=denyall networktype=infrastructure

Block Neighbours WiFi Network From Appearing on Windows

To undo this change, run the following given command. Your computer will be able to see & connect to all networks that are not on the block list:

Type command: netsh wlan delete filter permission=denyall networktype=infrastructure

You can even optionally remove the allowed WiFi network rules you added. Just run the following given command, replacing “WIFI NAME” with the name of the WiFi .

ALSO READ:  How to Increase Your Hosting Performance

Type command: netsh wlan delete filter permission=allow ssid=”WIFI NAME” networktype=infrastructure

Block Neighbours WiFi Network From Appearing on Windows

How to View Your Filters

To view active filters, you have created, run the given command:

Type command: netsh wlan show filters

You can even use the above commands to delete any filters that appear here. Just use an equivalent command. You wont to create the filter, replacing the word add with delete within the command.

Block Neighbours WiFi Network From Appearing on Windows

Anyone with Administrator access to the PC is going to be ready to visit the prompt and undo this alteration if they know what they’re doing. If you employ this to lock down a child’s computer and force them to attach to a Wi-Fi hotspot with parental controls enabled, remember that the kid could undo the change if they need Administrator access to the computer (and are best at googling Windows commands).

Network administrators could use Group Policy to roll out WiFi network filters, allowing them to manage which Wi-Fi networks are allowed or blocked on centrally managed PCs. Here you can check who is connected to your WiFi Network?

You May Also Like

Leave a Reply

Your email address will not be published. Required fields are marked *