James Lupolt Asked: 2011-12-02 05:45:37 +0800 CST2011-12-02 05:45:37 +0800 CST 2011-12-02 05:45:37 +0800 CST Is there a quick way to see what filesystem filter drivers are loaded on Windows 2008? 772 The question says it all, I think. I vaguely remember there was an easy way to do this, but don't remember what it was. windows filesystems drivers 2 Answers Voted Best Answer Greg Askew 2011-12-02T06:36:28+08:002011-12-02T06:36:28+08:00 It doesn't provide much, but here it is: C:\Windows\system32>fltmc filters Filter Name Num Instances Altitude Frame ------------------------------ ------------- ------------ ----- MpFilter 12 328000 0 luafv 1 135000 0 FileInfo 12 45000 0 C:\Windows\system32>fltmc volumes Dos Name Volume Name FileSystem Status ------------------------------ --------------------------------------- ---------- -------- \Device\Mup Remote C: \Device\HarddiskVolume2 NTFS D: \Device\HarddiskVolume3 NTFS \Device\HarddiskVolume1 NTFS \Device\HarddiskVolumeShadowCopy12 NTFS E: \Device\HarddiskVolume14 NTFS \Device\HarddiskVolumeShadowCopy15 NTFS \Device\HarddiskVolumeShadowCopy17 NTFS \Device\HarddiskVolumeShadowCopy19 NTFS \Device\HarddiskVolumeShadowCopy21 NTFS \Device\HarddiskVolumeShadowCopy23 NTFS F: \Device\CdRom11 CDFS Michael Haephrati 2018-09-21T11:46:34+08:002018-09-21T11:46:34+08:00 Find the driver's Altitude by typing fltmc instances -f <driver name> and then look for it in Microsoft list of assigned Altitudes: https://docs.microsoft.com/en-us/windows-hardware/drivers/ifs/allocated-altitudes
It doesn't provide much, but here it is:
Find the driver's Altitude by typing
and then look for it in Microsoft list of assigned Altitudes: https://docs.microsoft.com/en-us/windows-hardware/drivers/ifs/allocated-altitudes