How to prevent an NDIS intermediate driver from being loaded at startup?

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



I developed an NDIS intermediate driver with the emulator 4.2.
Now I want to try it on an iPaq with its standard retail OS and a WLAN card
that is actived "on click".
I do not want the driver to be loaded at startup since I wouldn't have any
idea what to do when the iPaq constantly crashs on startup. I guess I would
have to ship it to HP?

As far as I know to load an NDIS IM there needs to be an entry in HKLM\Comm
with its name. Unfortunately, this automatically results in it being loaded
at startup.
Can I make any indication that I want to have it loaded on demand,i.e. when
the WLAN interface comes up or I make an explicit
IOCTL_NDIS_REGISTER_ADAPTER?
Maybe by restricting the \Parms\UpperBind parameter? Maybe I can set the
group to something else than NDIS?

Thanks for any hints,

ken


.



Relevant Pages

  • Re: RequestDeviceNotifications for WLAN card
    ... I am also trying to determine if the device boots with the WLAN ... so i thought of checking if the WLAN card driver is loaded, ... will send you a notification. ... Actually getting ndis notification when the WLAN is connected will do ...
    (microsoft.public.windowsce.platbuilder)
  • Re: Incorrect server name
    ... There is no primary WINS server defined for this adapter. ... Broadcom BCM5708C NetXtreme II GigE (NDIS VBD Client) ... Network Monitor Driver ...
    (microsoft.public.windows.server.general)
  • Re: Question about FILE_OBJECT
    ... NDIS IM is a driver that fully conforms to the model, ... I.E. every time they allocated a new context object they ...
    (microsoft.public.win32.programmer.kernel)
  • Re: Running NDISTest on Vista with an NDIS IM Driver
    ... I had a quick look at the ndistest stuff in the WLK1.0c, ... actually some ndis driver in the ... I tried using the version that comes with WLK/DTM on PassThru (NDIS IM ...
    (microsoft.public.development.device.drivers)
  • Re: NDIS functionality details
    ... In my driver I need to decompress compressed video data and provide ... >> NDIS subsystem exports a lot of functions with Ndis* prefix. ... >> DDK says, that there is two ways, one is to copy each packet to driver ...
    (microsoft.public.development.device.drivers)