Hey all,
I was wondering how you force the BSOD on a Windows 2000 machine. I saw the post on how you change the colours, now I want to see it work.
Thanks guys,
Printable View
Hey all,
I was wondering how you force the BSOD on a Windows 2000 machine. I saw the post on how you change the colours, now I want to see it work.
Thanks guys,
Actually, all Windows NT versions have a problem with their command line interpreter. If you print a tab and then let's say 5 or 6 backspaces, it will crash and give you a BSOD.
For instance in perl you can try:
for(;;){
print "Hungup\t\b\b\b\b\b\b";
}
The information for this is courtesy of the latest issue of 2600 (which happens to be very good!)
Regards,
Wizeman