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 | 通道 | 訊號"
Reference:
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.
ReplyDeleteYou need to enter the command prompt first. When you under command prompt, you will able to run the command and return the result.
Delete