Bug in the command "netsh"

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Inconsistant output between the followings:

C:\Users\Terry\AppData\Local\Temp>netsh interface show interface

Admin State State Type Interface Name
-------------------------------------------------------------------------
Enabled Connected Dedicated Lan1
Disabled Unreachable Dedicated WLan1


C:\Users\Terry\AppData\Local\Temp>netsh interface show interface wlan1

WLan1
Type: Dedicated
Administrative state: Enabled
Connect state: Unreachable



**** Administrative state don't match even though they're both referencing
the same interface.
 
Known issue, but I can't say for certain the ETA for a fix, as it's
relatively minor. The information in "netsh int show int" should be correct
for all interfaces.
 
Back
Top