Re: Re: How to uninstall Hook driver

Home Forums Discussions Support How to uninstall Hook driver Re: Re: How to uninstall Hook driver

#6932
Vadim Smirnov
Keymaster

    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.