On 21-Apr-2015 23:44, Ford, Harry L wrote:
Kdbgctrl.exe -du didn’t make a difference.
Is there a way to set Ks_FUSION_Mask automatically sometime after bootup in windbg?
Not really, this is a debug option after all…
What if you set a data write breakpoint on it to see who enables it.
Then, set it back to 0 (maybe, make a little windbg script )
– pa