Pergunta

Eu me lembro de assistir um webcast de Mark Russinovich, mostrando a seqüência de teclas do teclado, para um usuário iniciou um kernel de falha de sistema.Alguém pode refrescar minha memória sobre a ordem exata das chaves.

Por favor note que este é para o XP.

Foi útil?

Solução

http://psacake.com/web/jr.asp contém instruções completas, e aqui está um excerto:

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. 

E posso estar errado em assumir que você deseja BSOD, então esta é uma Página Microsoft mostrando como capturar kernel inclui:https://web.archive.org/web/20151014034039/https://support.microsoft.com/fr-ma/kb/316450

Outras dicas

Até onde eu sei, o "Criar" Despejo de comando só foi adicionado ao Gerenciador de Tarefas na Vista.O único processo que eu conheço para fazer isso é utilizar o adplus VBScript que vem com Ferramentas De Depuração.Curto de ligar para dbghelp e programaticamente fazê-lo sozinho.

Você pode configurar o utilizador ferramenta de despejo a partir da Microsoft com teclas de atalho para copiar um processo.No entanto, este é um usuário de informação do processo, não um kernel de falha de sistema...

Eu não sei de qualquer teclado de cortes curtos, mas você está procurando, como no gerenciador de tarefas, quando você clique direito em um processo e selecione "Criar"Despejo?

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top