2008-09-12 21 views

回答

8

http://psacake.com/web/jr.asp包含完整的說明,這裏是一個摘錄:

 
While it may seem odd to think about purposefully causing a Blue Screen Of Death (BSOD), Microsoft includes such a provision in Windows XP. This might come in handy for testing and troubleshooting your Startup And Recovery settings, Event logging, and for demonstration purposes. 

Here's how to create a BSOD: 

Launch the Registry Editor (Regedit.exe). 
Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\i8042prt\Parameters. 
Go to Edit, select New | DWORD Value and name the new value CrashOnCtrlScroll. 
Double-click the CrashOnCtrlScroll DWORD Value, type 1 in the Value Data textbox, and click OK. 
Close the Registry Editor and restart Windows XP. 
When you want to cause a BSOD, press and hold down the [Ctrl] key on the right side of your keyboard, and then tap the [ScrollLock] key twice. Now you should see the BSOD. 

If your system reboots instead of displaying the BSOD, you'll have to disable the Automatically 
Restart setting in the System Properties dialog box. To do so, follow these steps: 

Press [Windows]-Break. 
Select the Advanced tab. 
Click the Settings button in the Startup And Recovery panel. 
Clear the Automatically Restart check box in the System Failure panel. 
Click OK twice. 

Here's how you remove the BSOD configuration: 

Launch the Registry Editor (Regedit.exe). 
Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\i8042prt\Parameters. 
Select the CrashOnCtrlScroll value, pull down the Edit menu, and select the Delete command. 
Close the Registry Editor and restart Windows XP. 
Note: Editing the registry is risky, so make sure you have a verified backup before making any changes. 

而且我可能是錯在假設你要藍屏,所以這是一個微軟頁面顯示轉儲如何捕捉內核: https://web.archive.org/web/20151014034039/https://support.microsoft.com/fr-ma/kb/316450

0

我不知道有任何鍵盤快捷方式,但是您是否在任務管理器中尋找,如果您右鍵單擊某個進程並選擇「創建轉儲」?

1

據我所知,「創建轉儲」命令只添加到Vista中的任務管理器。我知道這樣做的唯一過程是使用Debugging Tools附帶的adplus VBScript。缺少掛鉤到dbghelp並編程自己做。

1

您可以使用熱鍵來設置來自Microsoft的user dump tool以轉儲進程。但是,這是用戶進程轉儲,而不是內核轉儲...