|
Prev: OID_TCP_TASK_OFFLOAD
Next: XP kernel builds
From: Knotta Clue on 4 Apr 2006 21:00 Is it possible to load/unload NDIS drivers (in this case, an NDIS IM driver) on XP and W2K from a USB drive without actually installing the driver (i.e., changing the registry)? I know one solution would be to install the driver using the INetCfg API as shown in BindView, but that would require an install through an .inf file with modifications made to the registry. I wanted to see if it's possible to dynamically load the driver and avoid the registry changes. Thanks!
From: Thomas F. Divine [DDK MVP] on 4 Apr 2006 22:20 No. Not a NDIS IM driver. Thomas F. Divine "Knotta Clue" <ImInSoquel(a)nospam.nospam> wrote in message news:eUVrdxEWGHA.3332(a)TK2MSFTNGP02.phx.gbl... > Is it possible to load/unload NDIS drivers (in this case, an NDIS IM > driver) on XP and W2K from a USB drive without actually installing the > driver (i.e., changing the registry)? > > I know one solution would be to install the driver using the INetCfg API > as shown in BindView, but that would require an install through an .inf > file with modifications made to the registry. I wanted to see if it's > possible to dynamically load the driver and avoid the registry changes. > > Thanks! >
|
Pages: 1 Prev: OID_TCP_TASK_OFFLOAD Next: XP kernel builds |