Hi,
If i want to install or uninstall Hook driver throug command prompt what command i have to use. I tried with snetcfg for uninstall but it is not uninstalling. What could be the problem. Please mention.
Hook driver is installed using the direct creation of the registry key. If you want to be able to install through command line you can create a simple console application to do that. Or alternatively you can use regini tool from the DDK along with appropriate INI file. Although I’m not sure if regeini supports removal of the registry keys.