Microsoft-Windows-FileInfoMinifilter

3 events across 1 channel

EventTitleChannelSample
1fi:FileNameCreateOperationalY
2fi:FileNameRundownOperationalN
3fi:FileNameDeleteOperationalY

Event ID 1: fi:FileNameCreate

#
Provider
Microsoft-Windows-FileInfoMinifilter
Channel
Operational
Also via
realtime ETW trace
Level
Informational
Task
fi:FileNameCreate
Opcode
win:Info

Fields #

NameDescription
FileObject Pointer
PathLength UInt16
Path UnicodeString

Example Event #

{
  "system": {
    "provider": "Microsoft-Windows-FileInfoMinifilter",
    "guid": "{A319D300-015C-48BE-ACDB-47746E154751}",
    "event_source_name": "",
    "event_id": 1,
    "version": 0,
    "level": 4,
    "task": 1,
    "opcode": 0,
    "keywords": "0x0000000000010000",
    "time_created": "2026-06-02T05:51:00.460+00:00",
    "event_record_id": 0,
    "correlation": {},
    "execution": {
      "process_id": 4,
      "thread_id": 13924
    },
    "channel": "ETW Trace",
    "computer": "DESKTOP-FF3N5XK",
    "security": {
      "user_id": ""
    }
  },
  "event_data": {
    "FileObject": "0xFFFF990EFCB9D170",
    "Path": "\\Device\\HarddiskVolume4\\Windows\\System32\\LogFiles\\WMI\\RtBackup\\EtwRTetw-cap-driven2-b131.etl",
    "PathLength": 92
  },
  "message": "fi:FileNameCreate"
}

Event ID 2: fi:FileNameRundown

#
Provider
Microsoft-Windows-FileInfoMinifilter
Channel
Operational
Task
fi:FileNameRundown

Fields #

NameDescription
FileObject Pointer
PathLength UInt16
Path UnicodeString

Event ID 3: fi:FileNameDelete

#
Provider
Microsoft-Windows-FileInfoMinifilter
Channel
Operational
Also via
realtime ETW trace
Level
Informational
Task
fi:FileNameDelete
Opcode
win:Info

Fields #

NameDescription
FileObject Pointer
PathLength UInt16
Path UnicodeString

Example Event #

{
  "system": {
    "provider": "Microsoft-Windows-FileInfoMinifilter",
    "guid": "{A319D300-015C-48BE-ACDB-47746E154751}",
    "event_source_name": "",
    "event_id": 3,
    "version": 0,
    "level": 4,
    "task": 3,
    "opcode": 0,
    "keywords": "0x0000000000040000",
    "time_created": "2026-06-02T05:51:01.026+00:00",
    "event_record_id": 0,
    "correlation": {},
    "execution": {
      "process_id": 4,
      "thread_id": 8936
    },
    "channel": "ETW Trace",
    "computer": "DESKTOP-FF3N5XK",
    "security": {
      "user_id": ""
    }
  },
  "event_data": {
    "FileObject": "0xFFFF990EEFEC6170",
    "Path": "\\Device\\HarddiskVolume4\\Tools\\Sealighter\\cap.jsonl",
    "PathLength": 50
  },
  "message": "fi:FileNameDelete"
}

Provenance

Where this provider's schema came from, and which Windows build it was observed on. Windows can change a provider's event schema between builds, so use this to judge whether it matches the build you collect from.

ETW provider GUID {A319D300-015C-48BE-ACDB-47746E154751}

Defined in fileinfo.sys, the binary that emits these events.

Observed on:

  • Win11-26200.6584, sample captured from a live trace, binary version 10.0.26100.1150, captured 2026-06-02
  • WS2022-20348.4893, schema read from the registered manifest, binary version 10.0.20348.1, captured 2026-06-02
  • Win11-26200.6584, schema read from the registered manifest, binary version 10.0.26100.1150, captured 2026-06-02

Downloads