hfiref0x / KDU

Kernel Driver Utility
MIT License
1.93k stars 423 forks source link

Windows 11 22H2 last version #46

Closed playusads closed 1 year ago

playusads commented 1 year ago

Hello. I tried enable DSE on Windows 11 22H2 last version, but i got error "unable to load vulnerable driver, ntstatus 0xc0000603". Is not supported? I disabled windows defender.

hfiref0x commented 1 year ago

C0000603 means STATUS_IMAGE_CERT_REVOKED Provider you are using are banned by WDAC block list, switch to another one or disable this blocklist.

playusads commented 1 year ago

I should disable Secure Boot in BIOS?

hfiref0x commented 1 year ago

No it's irrelevant.

Use something different that is not in msft drivers block list, see readme for more info (you need -prv command).

playusads commented 1 year ago

Thanks. Worked -prv 1 on last version Windows 11.