Different ways to display the signal strength WLAN [WiFi] with command or program.
To show the signal strength of WLAN [Wi-Fi] In Windows, you can do it in different ways..
cmd
netsh wlan show interfaces
PowerShell
netsh wlan show interfaces -Match '^\s+Signal' -Replace '^\s+Signal\s+:\s+',''