[MKTG]: Re: How to upgrade NDIS IM Drivers

@shashank Please check with devcon command line utility :

  1. try to see the usage of devcon
  2. devcon update “followed by your device/hardware id” and check for the
    device status where you can see the driver has been updated rather your
    checking this status log.

On Tue, Mar 28, 2017 at 5:09 AM, wrote:

> Can I update an NDIS IM driver through netcfg? If not, how can I update
> the IM driver from v1 to v2 through command line?
>
> —
> NTDEV is sponsored by OSR
>
> Visit the list online at: http:> showlists.cfm?list=ntdev>
>
> MONTHLY seminars on crash dump analysis, WDF, Windows internals and
> software drivers!
> Details at http:
>
> To unsubscribe, visit the List Server section of OSR Online at <
> http://www.osronline.com/page.cfm?name=ListServer&gt;
></http:></http:>

Still looking for an answer …

Have a look here:

https://github.com/Microsoft/Windows-driver-samples/blob/master/network/ndis/filter/README.md

> Still looking for an answer …

The component must be removed and re-installed. You custom install framework needs to handle this.

Good Luck,
Dave Cattley