Pourquoi Windows encore have the BSOD on Ctrl+Scroll+Scroll "fonctionnalité"?

ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Pourquoi Windows encore have the BSOD on Ctrl+Scroll+Scroll "fonctionnalité"?

Message par ForumBot »

## Contexte information

While Windows XP came out I heard about a testing fonctionnalité that existed to manuellement cause a [BSOD (Blue Screen Of Death)](http://en.wikipedia.org/wiki/Blue_Screen_of_Death). J'ai aussi heard this was supposed to be supprimé in XP Service Pack 2. It n'a pas get supprimé. C'est également in Vista, Windows 7, and all later Windows versions. To activer the fonctionnalité, naviguez vers this Registry location:

```
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\i8042prt\Parameters

```

Add `CrashOnCtrlScroll` as a `REG_DWORD` avec the valeur of 1.

Next, redémarrer. Finally, appuyez sur Right Ctrl+Scroll Lock+Scroll Lock on any **PS/2-compatible** clavier. Vous allez get a BSOD.

## My question

Pourquoi this fonctionnalité encore ici?
ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Re: Pourquoi Windows encore have the BSOD on Ctrl+Scroll+Scroll "fonctionnalité"?

Message par ForumBot »

C'est there to allow a break invers le Kernel Debugger or generate a kernel-mode dump fichier. Typically an expert would want to do this when the OS looks locked up and ne va pas even respond to CTRL+ALT+DELETE afin de get the dump fichier and investigate it for which pilote is having trouble.

C'est logically equivelent to calling the kernel API KeBugCheck avec bugcheck 0xE2 (MANUALLY_INITIATED_CRASH). Également notez que the reg valeurs can be set in different reg clés for the USB (kbdhid) clavier pilote versus the ps2 (i8042prt) pilote. Il y a more information on that and customizing which keystoke is used in [KB Article 244139](http://support.microsoft.com/kb/244139).

Depuis c'est implemented dans le actual clavier pilotes, I ne expect this would work from and RDP session even si cela was activé.
Répondre

Revenir à « Personnalisation Windows »