Tuesday, October 3, 2017

Using Windows 10 command to check Wi-Fi channel and signal

Run the following command in the command prompt:


netsh wlan show networks mode=bssid |^
findstr /I /R "^ssid | channel | signal"
 
If you are using Windows 10 in Chinese language or the command prompt using Chinese language, please use the following command:

 
netsh wlan show networks mode=bssid |^
findstr /I /R "^ssid | 通道 | 訊號"


image


Reference:

http://www.walkernews.net/2016/02/22/using-windows-10-built-in-program-to-check-wi-fi-channel-and-signal/

Print Friendly and PDF
Share/Bookmark

2 comments:

  1. I tried several times to copy and paste this in the search on taskbar and it won't work. It brings up a quick flash of a window that disappears immediately.

    ReplyDelete
    Replies
    1. You need to enter the command prompt first. When you under command prompt, you will able to run the command and return the result.

      Delete