Hi
I'm writing a program that Installs Network Cards on the PC.
One of the cards has probably a bugged driver and it can't be disabled from
windows' "Network Connections" window(I have to disable the card during the
program). The problem is, that even after uninstalling that card from the PC,
other cards can't be disabled as well.
Has anyone encountered such a behavior or has an idea?
Thanks

RE: Can't disable Network Cards by pavel_a

pavel_a
Sun Oct 08 19:39:01 CDT 2006

"How do I debug a failed device install or disable?"
http://blogs.msdn.com/doronh/archive/2006/08/31/734412.aspx

--PA


"sefi55" wrote:
> Hi
> I'm writing a program that Installs Network Cards on the PC.
> One of the cards has probably a bugged driver and it can't be disabled from
> windows' "Network Connections" window(I have to disable the card during the
> program). The problem is, that even after uninstalling that card from the PC,
> other cards can't be disabled as well.
> Has anyone encountered such a behavior or has an idea?
> Thanks

Re: Can't disable Network Cards by Stephan

Stephan
Mon Oct 09 10:03:33 CDT 2006

Try

"Getting Trace from NETCFG.DLL"
http://www.ndis.com/papers/stephanwolf/netcfgtrace.htm

Stephan
---
sefi55 wrote:
> Hi
> I'm writing a program that Installs Network Cards on the PC.
> One of the cards has probably a bugged driver and it can't be disabled from
> windows' "Network Connections" window(I have to disable the card during the
> program). The problem is, that even after uninstalling that card from the PC,
> other cards can't be disabled as well.
> Has anyone encountered such a behavior or has an idea?
> Thanks