Greg said:
Is there a way in command prompt that I could see the duplex status of my NIC
card?
Hi Greg,
The short answer is, "I dunno". But, let me expand on that ....
I won't say it's utterly impossible; but it may not be easy, either. The
reason is that Full/Half Duplex behaviour is controlled by the network
card's miniport driver - this is the bit which is supplied by the
manufacturer of the network card, rather than being a standard Windows
component (such as the NDIS Driver, for example). There's just no
standard interface to query in the miniport driver, to see whether
duplex is on off or non-existent.
Depending on the network card in question, it may be possible to set and
get the duplex status using WMI or SNMP - if the OEM installs a MIB or
WMI Provider, along with the driver. Some high-end server cards do this,
because the machine has to be managed remotely in a data centre. But I
think it is pretty rare for desktop cards, and even less common for
built-in, on-the-motherboard NICs.
Is there a specific problem that you're trying to solve? There may be
other solutions ...
Hope this helps a bit,
Andrew