Check if WiFi is connected
If your have a WiFi connection, how do you find out if your computer is connected to WiFi or not? The command netsh interface is used to find your WiFi connection status from command prompt. Execute the below command to know WiFi connection status netsh interface show interface | findstr /C:”Wireless” /C:”Name” Example