How do I stop windbg from being the interactive debugger?

前端 未结 1 1917
北荒
北荒 2021-02-04 10:20

What is the proper way to undo windbg -I on vista/win7?

Is it as simple as deleting the registry keys in HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows NT\\C

相关标签:
1条回答
  • 2021-02-04 10:47

    You don't need to delete the entire registry key. Deleting the Debugger value is enough.

    When an exception occurs, the system first looks to see if there is a debugger registered. If so, it just launches the command line specified. Otherwise, it invokes Windows Error Reporting to collect the crash dump. All Windbg -I does is change the registered debugger value in the AeDebug key.

    0 讨论(0)
提交回复
热议问题