Vulnerable Driver Blocklist
This page will help you disable the Vulnerable Driver Blocklist in Windows.
Get-CimInstance -Namespace root\Microsoft\Windows\CI -ClassName Win32_DeviceGuard
Last updated
This page will help you disable the Vulnerable Driver Blocklist in Windows.
Get-CimInstance -Namespace root\Microsoft\Windows\CI -ClassName Win32_DeviceGuard
Last updated
reg add HKLM\SYSTEM\CurrentControlSet\Control\CI\Config /v VulnerableDriverBlocklistEnable /t REG_DWORD /d 0x000000 /f