Debugging
Monday, September 24, 2012
Windows Kernel Debugging Hibernation Issue
What is the BCDEdit command to enable the kernel debugger to attach before the hibernation file is loaded?
You will need to get the resume object guid from BCDEdit, then do the following:
Bcdedit /bootdebug {
resume object GUID
} on
Home
Subscribe to:
Comments (Atom)