05/09/2024
Last Update: 9 May 2024 TL;DR Starting sometime with Windows 11 Microsoft changed Windows Driver Verifier to no longer bug check or breakpoint when it encounters most issues. Instead, it (silently) writes an entry to the system event log. This change was neither announced nor documented by Microsoft. So, in short, we've all been testing our drivers using Windows Driver Verifier on Windows 11 for years, expecting it to actively tell us if we've made serious mistakes....
Last Update: 9 May 2024 TL;DR Starting sometime with Windows 11 Microsoft changed Windows Driver Verifier to no longer bug check or breakpoint when it encounters most issues. Instead, it (silently)…