@echo off
cd /
cls
color 1f
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,0x0000 0000)
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
More like how to make a batch file...
lilglower 1 week ago
@brainydays should this work under .bat conditions, and can it be run without admin use, also, if i were to run this on via XP or Vista, will it give results, (xp shouldn't)
XAnImEzLoVeRX 2 months ago
If you want a REAL BSOD in Windows 7:
1. Open cmd
2 Type the following:
taskkill /FI "USERNAME eq SYSTEM" /F
brainydays 3 months ago
@NoobHunterzInc Then it says downloading virus. Is that normal. I don't think so.
chrisazarian 3 months ago
noooob
yomikaiser 5 months ago
@watevergoes Illegal Windows!!
KartSeven1 10 months ago
Nice job spelling "your" right. Took you long enough.
forrestswimmer 11 months ago
For those of you who are freaking out that this will RUIN your computer dont worry it wont, i checked the code.
the ping -n is fine
dir /s is fine
pause is fine (DUH)
the :nul just gives you an error message, i recommend removing it
FOR A MORE REALISTIC ONE
Remove the :nul over all code after all the echo's, that should clear it up a bit more.
NoobHunterzInc 11 months ago
@Intropedia ok first unplug it hold it turn it off take battery out and third.............chuck it in the trash
Lighestangel 11 months ago
when is said long time it could be 2days weeks, or 1year not kiddin
my computer got blue screen and ileft it alone for 30 days and it went away
Twixy098 11 months ago