Detecting a disabled NIC in the registry

G

Guest

Hi,

I have a Windows 2000 server with multiple NICs. I have manually disabled
one of the NICs. How can I check whether this NIC was disabled, using the
registry? Is there any key in the registry that will tell me whether an
interface is disabled or enabled?
 
A

Austin M. Horst

If your NIC is an IDE card,
Search for "DisableCount" with a DWORD value of "1" in:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\IDE\

If your NIC is a PCI card,
Search for "DisableCount" with a DWORD value of "1" in:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\PCI\

The key names depend on your computer and the NIC that is installed.
Verify that you are looking at the key for your NIC, not another disabled device.


Austin M. Horst
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top