Click here to Skip to main content
15,891,431 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, I'm new on developing a Windows Driver and on my learning stage. As of now, what I know is that drivers are installed using an INF file. What I'd like to know is whether it is possible to quick install/remove a filter driver using an application (usermode) and making it work without restarting the system. I'd also like to know how to attach the filter driver on usb mass storage devices (usbstor). Thanks.
Posted
Comments
Dr.Walt Fair, PE 3-Dec-10 21:23pm    
What does your filter install need to do?

1 solution

If your filter driver installation just needs to mess with the registry, then a restart probably isn't needed. See http://msdn.microsoft.com/en-us/library/ff547595%28VS.85%29.aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900