Results 1 to 2 of 2

Thread: Forcing a BSOD

  1. #1
    Member
    Join Date
    Jun 2002
    Posts
    95

    Question Forcing a BSOD

    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,

  2. #2
    Senior Member
    Join Date
    Jul 2001
    Posts
    143
    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
    \"It\'s only arrogrance if you can\'t back it up, otherwise it is confidence.\" - Me

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •