When I query the local interfaces on windows 8 in the command line, I could see the results listed below:
C:\> netsh interface show interface
Admin State State Type Interface Name
-------------------------------------------------------------------------
Disabled Disconnected Dedicated Wireless Network Connection
Enabled Connected Dedicated Local Area Connection 5
Enabled Disconnected Dedicated Local Area Connection 3
Enabled Connected Dedicated Local Area Connection 2
Does the order in the list indicate the network bind order?
If so, how could I modify the order of those interfaces. For example, I would like to promote the
Local Area Connection 2
to the top of the list.
Command line command is preferable but GUI steps are also welcome. Thanks a lot!