Click here to Skip to main content
15,889,335 members
Articles / Programming Languages / Objective C

Storage Device Restriction Using a Minifilter Driver Approach

Rate me:
Please Sign up or sign in to vote.
4.86/5 (5 votes)
11 Sep 2022CPOL6 min read 5.9K   161   5  
The fully working sample code explains everything necessary to create a Minifilter driver to block devices connected through an interface.
There are several filter drivers on Windows, ranging from Ndis packet filters to specific PnP device filters, filesystem filters, etc. This article mainly talks about the Mini-filter driver, which can be attached to the local disk drive, filter all disk devices in the system, and realize the function of write protection to a specific disk.

Views

Daily Counts

Downloads

Weekly Counts

License

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


Written By
Software Developer
India India
Software developer with experience in the File system and device drivers on the Windows platform.
Technical Skills:-
- Programming Skills:- C/C++/KMDF/UMDF/WDM

Comments and Discussions