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
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