I haven’t been following this read closely, but just to be sure, you’re
aware that you’re using two different images:
“ImagePath”=“system32\DRIVERS\minifilter.sys”
v.
“ImagePath”=“system32\DRIVERS\psepfilter.sys”
m
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of xxxxx@msn.com
Sent: Friday, September 24, 2010 2:53 PM
To: Windows File Systems Devs Interest List
Subject: RE:[ntfsd] Installing a minifilter via INF
Registry entries when working
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\minifilter]
“Description”=“minifilter mini-filter driver”
“DependOnService”=“FltMgr”
“Group”=“FSFilter Content Screener”
“ImagePath”=“system32\DRIVERS\minifilter.sys”
“DisplayName”=“minifilter”
“Tag”=dword:0000000b
“ErrorControl”=dword:00000001
“Start”=dword:00000003
“Type”=dword:00000002
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\minifilter\Enum]
“NextInstance”=dword:00000001
“Count”=dword:00000001
“0”=“Root\LEGACY_minifilter\0000”
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\minifilter\Instances]
“DefaultInstance”=“minifilter Instance”
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\minifilter\Instances\m
inifilter Instance]
“Flags”=dword:00000000
“Altitude”=“262100”
When it is disabled
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\minifilter]
“Description”=“minifilter mini-filter driver”
“DependOnService”=“FltMgr”
“Group”=“FSFilter Content Screener”
“ImagePath”=“system32\DRIVERS\psepfilter.sys”
“DisplayName”=“minifilter”
“Tag”=dword:00000004
“ErrorControl”=dword:00000001
“Start”=dword:00000003
“Type”=dword:00000002
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\minifilter\Enum]
“NextInstance”=dword:00000001
“Count”=dword:00000001
“0”=“Root\LEGACY_minifilter\0000”
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\minifilter\Instances]
“DefaultInstance”=“minifilter Instance”
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\minifilter\Instances\m
inifilter Instance]
“Flags”=dword:00000000
“Altitude”=“262100”
NTFSD is sponsored by OSR
For our schedule of debugging and file system seminars
(including our new fs mini-filter seminar) visit:
http://www.osr.com/seminars
To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer