Re: Re: How to install Hook Driver

Home Forums Discussions Support How to install Hook Driver Re: Re: How to install Hook Driver

#6977
esfahan
Participant

    opy ndisrd.sys to the WINNTSYSTEM32DRIVERS directory and create the following registry key in order to start helper driver on system boot:
    HKEY_LOCAL_MACHINESystemCurrentControlSetServicesNDISRD
    Under this key you should create the following values:
    “Type”=0x00000001 (REG_DWORD)
    “Group”=”Streams Drivers” (REG_SZ)
    “Start”=0x00000001 (REG_DWORD)
    “Error Control”=0x00000001 (REG_DWORD)

    i used this sample
    but not install and start this service ( win xp 32 bit )
    this manuola never note about installation ndisrd.inf !!!

    How to manual installation corect ?