For installing IM driver of winpkfilter we use snetcfg command but for installing hook driver what’s the process. I have only sys file. How to install it? If i copy the sys file in system32 folder of windows is it enough or i need to do any thing? And what about windows 98 systems that is vxd file how to install it?
Waiting for your reply.
Hi,
Thanks. If i just copied the sys file to system32 folder but not created the entries. In that case what will happen. Also tell me how to uninstall a hook driver. Waiting for your reply.
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 !!!