Do you want to know who else has a boot critical driver running in your environment?

Get-WindowsDriver -Online | where { $_.BootCritical -eq $true } | select ProviderName -Unique
Following this, does Windows give you a way to differentiate "hardware driver" from "not hardware" ? I have tonnes of drivers for USB devices I've never heard of that I'm assuming just shipped with the motherboard chipset, you can never really look through a driver list and see what's worth discussing.
Also most popular games run a kernel level anticheat, and if one of those pull a Crowdstrike we're going to see a whole lot of people suddenly finding out what surprise critical business systems have games on them.