您的位置:首页 > 其它

Win7下WinDbg开启Local Kernel Debug调试

2016-07-21 16:17 330 查看
问题:在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-->重启.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: