JCL Help:EnableCrashOnCtrlScroll

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Enables manually crashing Windows.


Pascal

 function EnableCrashOnCtrlScroll(const Enable: Boolean): Boolean;


Parameters

Parameters Description
const Enable: Boolean If set to True the crash on ctrl scroll 'feature' is enabled, if set to False it is disabled.


Return Value

If the function succeeds it returns True, otherwise it returns False.


Description

EnableCrashOnCtrlScroll enables crashing Windows 2000 using the keyboard. After this has been enabled you can bugcheck Windows 2000 by holding down the right control key and pressing the scroll key twice. On the second press Windows will bugcheck with code 0x000000E2. Note that this function simply modifies a registry entry, to actually enable this 'feature' you must reboot first.


About

Unit

JclDebug


Donator

Marcel van Brakel


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page