How do I stop windbg from being the interactive de

2020-05-23 11:00发布

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\CurrentVersion\AeDebug?

标签: windbg
1条回答
等我变得足够好
2楼-- · 2020-05-23 11:30

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.

查看更多
登录 后发表回答