Frage

Ich erinnere mich an einen Webcast von Mark Russinovich beobachten die Reihenfolge der Tasten auf der Tastatur für einen Benutzer initiiert Kernel-Dump zeigt. Kann jemand auf die genaue Reihenfolge der Schlüssel mein Gedächtnis aufzufrischen.

Bitte beachten Sie, das für XP ist.

War es hilfreich?

Lösung

http://psacake.com/web/jr.asp vollständige Anweisungen enthält, und hier ist ein Auszug:

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. 

Und ich kann in der Annahme, Sie wollen BSOD falsch sein, so ist dies eine Microsoft Seite zeigt, wie Kernel erfassen Dumps: https: // web. archive.org/web/20151014034039/https://support.microsoft.com/fr-ma/kb/316450

Andere Tipps

Soweit ich weiß, das „Create Dump“ Befehl wurde nur auf den Task-Manager in Vista hinzugefügt. Der einzige Prozess, den ich kenne, dies zu tun, wird mit dem adplus VBScript, die mit Debugging Werkzeuge . Kurz die in dbghelp Einhaken und es selbst programmatisch zu tun.

Sie können Setup die Userdump Tool von Microsoft mit Hot-Keys einen Prozess entleeren. Dies ist jedoch ein Benutzerprozess dump, keine Kernel-Dump ...

Ich weiß nicht, von irgendwelchen Tastatur kurze Schnitte, sondern suchen Sie wie in den Task-Manager, wenn Sie nach rechts auf einen Prozess klicken und wählen Sie „Create Dump“?

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top