How to manually create a crash dump file
From: Advanced Windows Debugging
In the registry key HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\i8042prt\Parameters, create a value named CrashOnCtrlScroll, and set it equal to REG_DWORD 0x1 (or any nonzero value). After the system has rebooted, you can generate a crash by holding down the rightmost CTRL key and pressing the SCROLL LOCK key twice. This causes the system to call KeBugCheck() with a bug check code of 0xE2 (MANUALLY_INITIATED_CRASH).