Windows XP 中用户启动的内核转储
我记得看过 Mark Russinovich 的网络广播,其中显示了用户启动的内核转储的键盘按键序列。 有人可以刷新我对按键的确切顺序的记忆吗?
请注意,这是针对 XP 的。
I remember watching a webcast from Mark Russinovich showing the sequence of keyboard keys for a user initiated kernel dump. Can somebody refresh my memory on the exact order of the keys.
Please note this is for XP.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
http://psacake.com/web/jr.asp 包含完整说明,这是摘录:
我可能错误地假设您想要 BSOD,所以这是一个 Microsoft 页面,展示了如何捕获内核转储:
https://web.archive.org/web/20151014034039/https://support.microsoft.com/fr-ma/kb/316450" archive.org/web/20151014034039/https://support.microsoft.com/fr-ma/kb/316450
http://psacake.com/web/jr.asp contains full instructions, and here's an excerpt:
And I may be wrong in assuming you want BSOD, so this is a Microsoft Page showing how to capture kernel dumps:
https://web.archive.org/web/20151014034039/https://support.microsoft.com/fr-ma/kb/316450
据我所知,“创建转储”命令仅添加到 Vista 的任务管理器中。 我知道执行此操作的唯一过程是使用 调试附带的 adplus VBScript工具。 缺少连接到 dbghelp 并自己以编程方式执行此操作。
As far as I know, the "Create Dump" command was only added to Task Manager in Vista. The only process I know of to do this is using the adplus VBScript that comes with Debugging Tools. Short of hooking into dbghelp and programmatically doing it yourself.
您可以使用热键设置 Microsoft 的用户转储工具来转储进程。 但是,这是用户进程转储,而不是内核转储......
You can setup the user dump tool from Microsoft with hot keys to dump a process. However, this is a user process dump, not a kernel dump...
我不知道有任何键盘快捷键,但是您是否在任务管理器中寻找类似的功能,右键单击进程并选择“创建转储”?
I don't know of any keyboard short cuts, but are you looking for like in task manager, when you right click on a process and select "Create Dump"?