docs
[mirrors/Programs.git] / windows-batch / bsod.bat
CommitLineData
498f4673
H
1rem Enable Manual Crash Feature (Windows 2000) Popular
2
3rem Microsoft Windows 2000 includes a feature that enables you to have the system stop responding and generate a Memory.dmp file (crash to blue-screen) by using a button combination on the keyboard.
4rem This "feature" is disabled by default. To enable this feature, open your registry and find the key below.
5
6rem Create a new DWORD value called "CrashOnCtrlScroll" and set it to "1" to enable keyboard initiated crashes.
7rem After restarting the computer, you can generate a system to stop responding by holding down the right CTRL key and pressing the SCROLL LOCK key twice.
8rem Note: Pressing left CTRL key does not generate the system to stop responding.
9
10reg add "HKLM\SYSTEM\CurrentControlSet\Services\i8042prt\Parameters" /v "CrashOnCtrlScroll" /t "reg_dword" /d "00000001"\r
11echo Now reboot and pres CTRL+SCROLL,SCROLL
12pause\r
13
This page took 0.165212 seconds and 4 git commands to generate.