阅读:2037回复:3
2000下如何安装文件系统驱动
as title
|
|
沙发#
发布于:2002-07-09 15:42
Typically, a file system driver is a legacy driver. As such, it is installed by using the Service Control Manager, or directly making changes to the registry. A file system filter driver normally installs in a separate fashion, although this will change as the Windows XP team begins to add WHQL certification mechanisms for certain types of file system filter drivers. For such drivers, they will be required to utilize INF scripts.
In addition, it is possible to build a plug-and-play \"type\" file system. In such a case, it is possible to build an INF file for such a driver. However, there are no existing samples of how to achieve this. For more information, please refer: www.osr.com |
|
板凳#
发布于:2002-07-10 09:36
你可以参考IFS里面的一个例子名称是sfilter
|
|
地板#
发布于:2002-07-10 13:58
我没有找到ifs kit,guardee兄若有的话,能否给我一个?
|
|