- Set up WinDbg for kernel debugging, see this article: https://konradybcio.pl/windbg/
- Download DebugView, extract it and start
Dbgview64a.exe
as administrator. - In the menu, enable
Capture > Capture Kernel
. Make sureOptions > Force Carriage Returns
is turned off, as this messes up the output. (You might want to also turn off theCapture > Capture (Global) Win32
options, they seem to make DebugView crash more often.) - In WinDgb, type the following commands:
!amli dns x !amli set traceon !amli set spewon
The !amli dns x
is just a bogus command and will fail, but it seems to be required to load the ACPI Debugger, and without it the subsequent commands will fail.