Tony Fortunato

Sep 24, 20121 min

More Windows Wlan Commands

comments are disabled on videos older than 2 years

Here 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

    3310
    0