More Windows Wlan Commands
- Tony Fortunato
- Sep 24, 2012
- 1 min read
Updated: Mar 15
When troubleshooting Wifi issues, seeing things from the access point or controlled is just half of the story
Here are some Windows commands you can use that will help you out.
In this video, I go over the following windows netsh wlan commands
netsh wlan SHOW DRIVERS netsh wlan SHOW INTERFACES netsh wlan SHOW FILTERS netsh wlan add filter permission=block ssid=bad networktype=infrastructure netsh wlan add filter permission=denyall networktype=adhoc netsh wlan SHOW FILTERS netsh wlan delete filter permission=block ssid=bad networktype=infrastructure netsh wlan delete filter permission=denyall networktype=adhoc netsh wlan SHOW FILTERS netsh wlan SHOW NETWORKS MODE=BSSID netsh wlan disconnect netsh wlan show interfaces netsh wlan connect ssid=36_Birch name=36_Birch netsh wlan show interfaces netsh wlan export profile name="36_Birch" netsh wlan add profile filename="Wireless Network Connection-36_Birch.xml" netsh wlan SHOW all
Comentários