Flipkart.com

Sunday 22 January 2012

Blue Screen of Death [Prank]

Hi every one.. most of us must have came across the blue screen error while working on windows machine.

Yes ! We know what will be your response, when it popup on screen crashing and rebooting the the system. Its like ohhhh... what to do now. If such conditions happen on your system the best solution is to re-install the Operating System.

But some time its can also be due to some pranks.. Yep!

We can play such prank to our friends with some simple scripts but without any harm to their system..

You need to just copy the below code on to a notepad and save it with any name but with an extension as "*.bat".

Code:
--------

@echo off
cd /
cls
color 17
echo A problem has been detected and Windows has been shut down to prevent damage
echo to your computer.
echo.
echo The problem seems to be caused by the following file: SPCMDCON.SYS
echo.
echo PAGE_FAULT_IN_NONPAGED_AREA

echo.
echo If this is the first time you've seen this stop error screen,
echo restart your computer. If this screen appears again, follow
echo these steps:
echo.
echo Check to make sure any new hardware or software is properly installed.
echo If this is a new installation, ask your hardware or software manufacturer
echo for any Windows updates you might need.
echo.
echo If problems continue, disable or remove any newly installed hardware
echo or software. Disable BIOS memory options such as caching or shadowing.
echo If you need to use Safe Mode to remove or disable components, restart
echo your computer, press F8 to select Advanced Startup Options, and then
echo select Safe Mode.
echo.
echo Technical information:
echo.
echo *** STOP: 0x00000050 (0xFD3094C2,0x00000001,0xFBFE7617,0x00000000)
echo.
echo.
echo *** SPCMDCON.SYS - Address FBFE7617 base at FBFE5000, DateStamp 3d6dd67c
pause > nul
cls
echo Downloading viruses . . .
ping localhost -n 5 > nul
dir /s
pause > nul
shutdown -s -t 10 -c "Your computer has crashed Contact Microsoft for help."

That's it just save the file with any name but with an extension as " *.bat ". For example you can save the file as " HT.BAT " or " ABC.BAT "

send it for anyone want to scaring !!!

1 comment:

  1. In win 7 it doesnt make it big enough to cover the screen.

    ReplyDelete

IHT