お住まいの地域に複数のWiFiネットワークがある場合は、自分のネットワークに接続しようとすると、それらすべてが表示されます。不要なネットワークのリスト(特にセキュリティで保護されていて、とにかく接続することのないネットワーク)は、すぐに雑然としていて、見るのが面倒になる可能性があります。
幸い、他のWiFiネットワークを非表示にして、コンピューターに表示されないようにすることができます。これらの他のワイヤレスネットワークを非表示にすると、見たい(want )1つ(またはいくつか)に明確にアクセスできるようになります。
他のWiFiネットワークを非表示にすることは永続的ではありません。これらの手順はいつでも元に戻して、もう一度表示できます。これについては、この記事の最後で説明しています。
Wi-Fiネットワークを隠すことは何をしますか?(What Does Hiding a Wi-Fi Network Do?)
他のWiFiネットワークを非表示にすることは、かなり自明です。ネットワークを見ることができなくなります。接続するWiFi(WiFi)ネットワークを選択すると、ブロックしたネットワーク名と一致するネットワーク名は、使用可能なネットワークのリストに表示されません。
WiFiネットワークの非表示は、コンピューターでのみ機能します(your )。つまり、以下の手順を実行するときに行うことは、それらが他のWiFiネットワークにリストされないようにすることです。あなたの周りの他の人々はまだそれらを見て、それらに接続することができます。
WiFiネットワークをブロックしても、所有者に警告することはなく、違法または非倫理的でもありません。繰り返し(Again)ますが、あなたは本当に自分がそれを見るのを妨げているだけです。
他のWiFiネットワークを非表示にしても、実際にはワイヤレス信号がお住まいの地域に到達するのを防ぐことはできません。干渉によって引き起こされる弱い信号をブースト(boost weak signals)しようとしているために近くのWiFiネットワークをブロックしたい場合は、 WiFiチャネルを変更することをお勧めします。WiFiチャネルスキャナー(WiFi channel scanner)は、近くのネットワークが使用しているチャネルを識別するのに役立ちます。
他のWiFiネットワークを隠す方法(How To Hide Other WiFi Networks)
Windowsでは、便利なグラフィカルユーザーインターフェイスを介して(Windows)WiFiネットワークを非表示にすることはできません。非表示にするネットワークを右クリックして、非表示/ブロックボタンをクリックするだけでよいのと同じくらい素晴らしいことですが、これは私たちが利用できるものではありません。
代わりに、コマンドプロンプト(Command Prompt)からいくつかのコマンドを実行する必要があります。手順に注意深く従えば、これは非常に簡単なプロセスです。
- [スタート(Start)]メニューでcmdを検索して右クリックし、[管理者として実行]を選択して、管理者として(Run as administrator)コマンドプロンプト(Command Prompt)を(cmd)開きます。Windows XPを使用している場合は、管理者権限を気にすることなく、スタートメニューからコマンドプロンプト(Command Prompt)を開くことができます。
- 次のコマンドを入力します:netsh wlan show network(netsh wlan show networks)
ご覧のとおり、コンピュータが現在接続できるすべてのワイヤレスネットワークが一覧表示されています。
- 非表示にするWiFi(WiFi)ネットワークを特定し、そのSSIDをメモします。非表示にするのはHTC_9EF2(HTC_9EF2)と呼ばれます。
注(Note):Windowsは、近くにあるすべてのネットワークを識別するのが難しい場合があります。以前に見たネットワークのSSIDを探しているが、現在は表示されていない場合(おそらく信号強度が弱いため)、 WifiInfoViewなどの(WifiInfoView)WiFiスキャナーを使用してより包括的なリストを作成します。
- メモ帳(Notepad)またはその他のテキストフィールドを開き、次のコマンドをそのフィールドに貼り付けて、SSIDを非表示にするものに置き換えます(必ず引用符で囲んでください)。
netsh wlan add filter permission=block ssid="HTC_9EF2" networktype=infrastructure
- コマンドプロンプト(Command Prompt)に戻り、そのコマンドを入力します。これを行うには、黒いスペースを右クリックして[貼り付け(Paste)]を選択します。
応答は次のようになります。フィルターがシステムに正常に追加されました。(The filter is added on the system successfully.)
- それでおしまい!その特定のWiFiネットワークは非表示になります。ご覧のとおり、ネットワークを表示するコマンドを繰り返すと、そこにはありません。
- 非表示にするネットワークごとに、これらの手順を繰り返すことができます。
非表示にするものが複数ある場合は、別のコマンドを実行して、複数のネットワークを一度にブロックフィルターに追加できます。
これは間違いなく時間の節約になりますが、これらの手順を続行すると、ラップトップを別の場所に移動したり、SSIDを自分の通信網。
- 表示/許可するネットワークを追加(Add)します(NETWORKNAMEをSSIDに置き換えます)。
netsh wlan add filter permission=allow ssid="NETWORKNAME" networktype=infrastructure
- 他のすべてのネットワークを(every other network)ブロックします:
netsh wlan add filter permission=denyall networktype=infrastructure
コマンドを元に戻し、ネットワークをもう一度見る方法(How To Undo The Commands & See The Networks Again)
これらは、ネットワークを非表示にするための関連するnetshコマンドです。
- 忘れた場合にブロックされているSSID(SSIDs)を特定するには:
netsh wlan show filters
- 特定のWiFiネットワークのブロックを解除するには:
netsh wlan delete filter permission=block ssid="NETWORKNAME" networktype=infrastructure
- 他のすべてのWiFi(WiFi)ネットワークのブロックを削除するには:
netsh wlan delete filter permission=denyall networktype=infrastructure
あなた自身のWiFiを隠すのはどうですか?(What About Hiding Your Own WiFi?)
自分のネットワークを隣人から隠そ(hide your own network from your neighbors)うとしている場合、ルーターのSSIDを自分からブロックすることは答えではありません。ただし、ルーターでSSIDブロードキャストを無効にし、強力なパスワードで保護することは可能です。これらは、WiFiを保護(secure your WiFi)し、不要な人が乗らないようにするための最良の方法の2つにすぎません。
隣のWiFiスニファが実際に技術とセキュリティに精通していて、MACアドレスをスプーフィングできない場合を除いて、 (spoof their MAC address)MACアドレスフィルタリング(MAC address filtering)をオンにしてネットワークをさらに保護することもできます。
How to Hide Other WiFi Networks When Connecting with Your Computer
If there are multiple WiFi networks in your area, you’ll see all of them when you try connecting to your own. A list оf unnecessary networks—especiаllу ones that are secured and that you’ll never connect to anyway—can quickly become cluttered and annoying to see.
Fortunately, you can hide other WiFi networks so that you don’t see them on your computer. After hiding these other wireless networks, you’ll have clear access to the one (or few) that you want to see.
Hiding other WiFi networks isn’t permanent. You can always undo these steps to see them again. That’s covered at the bottom of this article.
What Does Hiding a Wi-Fi Network Do?
Hiding other WiFi networks is pretty self-explanatory: you’ll be unable to see the network. When you choose a WiFi network to connect to, any network name matching the one you block will not show up in your list of available networks.
Hiding WiFi networks only works on your computer. In other words, what you’ll do when you follow the steps below is stop them from being listed with the other WiFi networks; other people around you can still see them and connect to them.
Blocking a WiFi network will not alert the owner and it isn’t illegal or unethical. Again, you’re really just preventing yourself from seeing it.
Hiding other WiFi networks doesn’t actually stop the wireless signals from reaching your area. If you want to block nearby WiFi networks because you’re trying to boost weak signals caused by interference, a better option would be to change the WiFi channel. A WiFi channel scanner is helpful in identifying which channels nearby networks are using.
How To Hide Other WiFi Networks
Windows doesn’t let you hide WiFi networks through a handy graphical user interface. As nice as it would be to be able to just right-click a network you want hidden and click a hide/block button, that isn’t what we have available to us.
Instead, you have to run a few commands through Command Prompt. It’s a pretty straightforward process if you follow the steps carefully.
- Open Command Prompt as an administrator by searching for cmd in the Start menu, right-clicking it, and selecting Run as administrator. If you’re using Windows XP, you can just open Command Prompt from the start menu without worrying about admin privileges.
- Enter this command: netsh wlan show networks
As you can see, all the wireless networks your computer could connect to right now are listed.
- Identify the WiFi network you want to hide, and note its SSID. The one we’ll hide is called HTC_9EF2.
Note: Windows is sometimes bad at identifying all the nearby networks. If you’re looking for the SSID of a network that you’ve seen before but that you aren’t seeing right now (maybe due to weak signal strength), use a WiFi scanner like WifiInfoView to compile a more comprehensive list.
- Open Notepad or some other text field, paste the following command into it, and replace our SSID with the one you want hidden (be sure to keep the quotes around it):
netsh wlan add filter permission=block ssid="HTC_9EF2" networktype=infrastructure
- Return to Command Prompt and enter that command. You can do this by right-clicking the black space and choosing Paste.
The response should be The filter is added on the system successfully.
- That’s it! That specific WiFi network will be hidden. As you can see, if we repeat the command that shows networks, it’s no longer there.
- You can repeat these steps for every network you want to hide.
If there are several that you want hidden, you can run a different command to add multiple networks to the block filter at once.
This is definitely a time saver, but please know that if you continue with these steps, you’ll have undo the command if you ever want to see other networks again, like if you move your laptop to another location or change the SSID to your network.
- Add the network you want to see/allow (replace NETWORKNAME with the SSID):
netsh wlan add filter permission=allow ssid="NETWORKNAME" networktype=infrastructure
- Block every other network:
netsh wlan add filter permission=denyall networktype=infrastructure
How To Undo The Commands & See The Networks Again
These are the relevant netsh commands for unhiding the networks:
- To identify which SSIDs are being blocked if you’ve forgotten:
netsh wlan show filters
- To unblock a specific WiFi network:
netsh wlan delete filter permission=block ssid="NETWORKNAME" networktype=infrastructure
- To remove the block on all other WiFi networks:
netsh wlan delete filter permission=denyall networktype=infrastructure
What About Hiding Your Own WiFi?
If you’re trying to hide your own network from your neighbors, blocking your router’s SSID from yourself isn’t the answer. However, disabling SSID broadcast on your router, and securing it with a strong password, are. Those are just two of the best ways to secure your WiFi and stop unwanted people from getting on.
Unless your next door WiFi sniffers are actually knowledgeable on tech and security and can spoof their MAC address, you can also turn on MAC address filtering to further secure your network.