Ergebnis 1 bis 9 von 9

Hybrid-Darstellung

  1. #1
    db
    Registriert seit
    07.06.2009
    Beiträge
    585

    Standard

    Such bei google images nach nem bluescreen und guck außerdem wie du ein bild in einer batch im Fullscreen öffnest oder schreib dir gleich ne .net anwendung


  2. #2
    Anfänger
    Registriert seit
    13.04.2009
    Beiträge
    13

    Standard

    ich habs geschafft.
    sieht aber nicht wirklich echt aus.

    Code:
    @echo off
    reg add HKCU\Console /v FullScreen /t REG_DWORD /d 1 /f > nul
    echo @echo off >> delta.bat
    echo title Bluescreen >> delta.bat
    echo color 1f >> delta.bat
    echo :start >> delta.bat
    echo cls >> delta.bat
    echo echo A problem has been detected and Windows has been shut down to >> delta.bat
    echo echo to yout computter. >> delta.bat
    echo echo.  >> delta.bat
    echo echo. >> delta.bat
    echo echo DRIVER_IRQL_NOT_LESS_OR_EQUAL>> delta.bat
    echo echo. >> delta.bat
    echo echo. >> delta.bat
    echo echo If this is the first time you've seen this stio error screen, >> delta.bat
    echo echo restart your computer. If this screen appears again, follow >> delta.bat
    echo echo then steps: >> delta.bat
    echo echo.  >> delta.bat
    echo echo. >> delta.bat
    echo echo Check to make sure that any new hardware of software is properly installed >> delta.bat
    echo echo if this is a new installation, ask your hardware or software manufacturer >> delta.bat
    echo echo for any windows updates you might need >> delta.bat
    echo echo. >> delta.bat
    echo echo. >> delta.bat
    echo echo If problems continue, disable or remove any newly installed hardware >> delta.bat
    echo echo or software. Disable BIOS memory options such as caching or shadowing. >> delta.bat
    echo echo If you need to user Safe Mode to remove or disable components, restart >> delta.bat
    echo echo your Computer, press F8 to select Advaced Startup Options, and then >> delta.bat
    echo echo select Safe Mode >> delta.bat
    echo echo. >> delta.bat
    echo echo. >> delta.bat
    echo echo Technical information: >> delta.bat
    echo echo.  >> delta.bat
    echo echo. >> delta.bat
    echo echo *** STOP: 0x0000000A (0x00000000,0xF790SEF8.0X0000000008,0xc0000000) >> delta.bat
    echo echo. >> delta.bat
    echo echo. >> delta.bat
    echo echo. >> delta.bat
    echo echo ***      gv3.sys - Adress J7905EFB base at F7904000, Datestamp 36B02A71 >> delta.bat
    echo echo. >> delta.bat
    echo echo. >> delta.bat
    echo echo Beginning dump of physical memory >> delta.bat
    echo echo Physical memory dump complete >> delta.bat
    echo echo contact your system administrator or technical support group for further >> delta.bat
    echo echo assistance >> delta.bat
    echo echo. >> delta.bat
    echo echo. >> delta.bat
    echo echo. >> delta.bat
    echo echo. >> delta.bat
    echo echo. >> delta.bat
    echo echo. >> delta.bat
    echo echo. >> delta.bat
    echo echo. >> delta.bat
    echo echo. >> delta.bat
    echo echo. >> delta.bat
    echo echo. >> delta.bat
    echo set /P ka=                              >> delta.bat
    echo goto start >> delta.bat
    start delta.bat
    reg add HKCU\Console /v FullScreen /t REG_DWORD /d 0 /f > nul
    exit

Stichworte

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •