Registry Key to Enable Network Card

  • Thread starter Thread starter navinasingh
  • Start date Start date
N

navinasingh

Dear All,

I would like to know which is the registry key to enable a Network
Card in Windows XP.

Regards,

Navin Singh.
 
Dear All,

I would like to know which is the registry key to enable a Network
Card in Windows XP.

Regards,

Navin Singh.

Enabling a network adapter in the registry won't activate
the adapter unless you reboot the machine. To do it on
the fly, use devcon.exe instead, e.g. like so:

devcon enable "PCI\CC_0200"

To find out the name of your adapter, use this command:

devcon hwdis "*" > c:\devices.txt

then look for your adapter in devices.txt and select one
of the listed names.

You can get devcon.exe from here:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q311272
 

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

Back
Top