Win7下WinDbg开启Local Kernel Debug调试
生活随笔
收集整理的這篇文章主要介紹了
Win7下WinDbg开启Local Kernel Debug调试
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
問題:在Win7 64bit系統(tǒng)中用管理員權(quán)限打開WinDbg開啟Local Kernel Debug時(shí)報(bào)錯(cuò):
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系統(tǒng)默認(rèn)沒有開啟調(diào)試模式,解決步驟如下:
1.關(guān)閉UAC-->重啟
控制面板-->管理工具-->本地安全策略-->本地策略-->安全選項(xiàng)。關(guān)閉用戶帳戶控制:以管理員批準(zhǔn)模式運(yùn)行所有管理員選項(xiàng)
或者通過控制面板-->用戶賬戶-->更改用戶賬戶控制設(shè)置,將通知類型改為從不通知
2.開啟調(diào)試模式??bcdedit –debug on-->重啟.
總結(jié)
以上是生活随笔為你收集整理的Win7下WinDbg开启Local Kernel Debug调试的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: C++中的继承与虚函数各种概念
- 下一篇: CentOS中通过NAT连接网络