Blue Screen Of Death

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
Post Reply
User avatar
kataklinger
Member
Member
Posts: 381
Joined: Fri Nov 04, 2005 12:00 am
Location: Serbia

Blue Screen Of Death

Post by kataklinger »

Are you tierd of waiting BSoD to show up? Take back control of your system and BSoD! Get BSod at any time you want in 4 easy steps:

Ofcourse remeber to turn off automatic restart, to enjoy the beauty! ;)

1) open regedit
2) in registry key[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\i8042prt\Parameters] add value "CrashOnCtrlScroll"=dword:00000001
3) reboot
4) press RIGHT CTRL + SCROLL LOCK + SCROLL LOCK

Or in IE type about:mozilla (may not work on SP2).

Hope this was interesanting!
Anyone know more of this tricks?
Midas
Member
Member
Posts: 140
Joined: Sat Jun 24, 2006 4:40 pm
Location: Falkirk, Scotland
Contact:

Post by Midas »

Now why on earth is there a registry key to enable a manual BSOD? For debugging the BSOD itself, I guess... but still it seems a slightly odd thing to leave in RTM code.
Regards,
Angus [Óengus] 'Midas' Lepper
User avatar
kataklinger
Member
Member
Posts: 381
Joined: Fri Nov 04, 2005 12:00 am
Location: Serbia

Post by kataklinger »

Midas wrote:Now why on earth is there a registry key to enable a manual BSOD? For debugging the BSOD itself, I guess... but still it seems a slightly odd thing to leave in RTM code.
Yes, it's for debugging. During blue screen, system dumps memory to harddisk (in windows folder), so it could be useful dor debugging, or stealing information :)
Midas
Member
Member
Posts: 140
Joined: Sat Jun 24, 2006 4:40 pm
Location: Falkirk, Scotland
Contact:

Post by Midas »

kataklinger wrote:
Midas wrote:Now why on earth is there a registry key to enable a manual BSOD? For debugging the BSOD itself, I guess... but still it seems a slightly odd thing to leave in RTM code.
Yes, it's for debugging. During blue screen, system dumps memory to harddisk (in windows folder), so it could be useful dor debugging, or stealing information :)
Thanks. :) But I think one of us (possibly me) is misunderstanding the other. I know what a BSOD is - it just seemed an odd thing to want to cause the computer to crash - unless, of course, you wanted to debug the error reporting system (as I said). In the case that it was for debugging, why leave it in the release-to-market code?
Regards,
Angus [Óengus] 'Midas' Lepper
User avatar
kataklinger
Member
Member
Posts: 381
Joined: Fri Nov 04, 2005 12:00 am
Location: Serbia

Post by kataklinger »

Who know 8)
User avatar
Phoenix
Posts: 12
Joined: Sat Nov 11, 2006 5:30 pm
Contact:

Post by Phoenix »

Well, If you want BSOD, MS have anohter "approved" solution
Dump Swicth ! :)
Here take a look
http://www.microsoft.com/whdc/system/CEC/dmpsw.mspx
User avatar
spix
Member
Member
Posts: 128
Joined: Mon Jun 26, 2006 8:41 am
Location: Millicent, South Australia
Contact:

Post by spix »

Well, If you want BSOD, MS have anohter "approved" solution
Dump Swicth !
I've got an ISA card dump switch, it came from an old NCR server, I thought it was just for NCR's UNIX that was installed. Has AT&T copywrite printed on the board.

It would be a really useful thing for OS developing I think.

Andrew
Post Reply