I fix things, break things, and make things. It's fun!
The event log filter for BSOD data is:
```<QueryList>
<Query Id="0" Path="Application">
<Select Path="Application">
*[EventData[Data[@Name='EventName'] = 'BlueScreen']]
</Select>
</Query>
</QueryList>
Comments