问题:在Win7 64bit系统中用管理员权限打开WinDbg开启Local Kernel Debug时报错:
The system does not support local kernel debugging. Local kernel debugging requires Windows XP, Administrative privileges, and is not supported by WOW64. Only a single local kernel debugging session can run at a time. Local kernel debugging is disabled by default in Windows Vista, you must run 'bcdedit -debug on' and reboot to enable it.”
解决:原因是Win7系统默认没有开启调试模式,解决步骤如下:
1.关闭UAC-->重启
控制面板-->管理工具-->本地安全策略-->本地策略-->安全选项。关闭用户帐户控制:以管理员批准模式运行所有管理员选项
或者通过控制面板-->用户账户-->更改用户账户控制设置,将通知类型改为从不通知
2.开启调试模式 bcdedit –debug on-->重启.
本文介绍了解决Win7 64位系统中使用WinDbg进行LocalKernelDebug调试时遇到的问题。主要原因是系统默认未开启调试模式,解决方法包括关闭UAC并重启系统,以及使用bcdedit命令开启调试模式。
191

被折叠的 条评论
为什么被折叠?



