Win7开启内核调试

以管理员运行CMD,一次运行以下命令:

bcdedit /bootdebug ON

bcdedit /debug ON

bcdedit /dbgsettings serial baudrate:115200 debugport:1
bcdedit /copy {current} /d DebugEntry
bcdedit /displayorder {current} {d3d5f290-f64b-11de-a86d-aba3805c5629}

bcdedit /debug {d3d5f290-f64b-11de-a86d-aba3805c5629} ON

重启

原文地址:https://www.cnblogs.com/DeeLMind/p/7007599.html