Ergebnis 1 bis 9 von 9
  1. #1
    Anfänger
    Registriert seit
    13.04.2009
    Beiträge
    13

    Standard Batch Bluescreen vortäuschen

    Hi.
    Kann jemand eine Batch schreiben die in den Vollbildmodus geht und einen bluescreen vortäuscht???

    Bin nicht so erfahren in Batch..

  2. #2
    Stanley Jobson Avatar von Shini
    Registriert seit
    25.08.2008
    Beiträge
    667

    Standard

    such ma hier im forum da gibt es schon sowa s.. ka obs ne batch is aber hat schon wer gepostet

  3. #3
    Sobig Wurm Avatar von BlackHook
    Registriert seit
    13.03.2009
    Beiträge
    219

    Standard

    Muss es eigentlich in Batch sein ?
    Oder geht es dir prinzipiel um bluescreen vortäuschn ?

  4. #4
    Bad Times Virus Avatar von Cyberhunter
    Registriert seit
    14.12.2008
    Beiträge
    511

    Standard

    klar gibt es auch andere möglichkeiten.

    www.gidf.de
    findeste sofort
    ICQ: 463034026



    Zitat von: ^^
    Ich bleib bei mein XP 100%ig
    Da ist mir dieses Windows zu Unsicher!

  5. #5
    Sobig Wurm Avatar von BlackHook
    Registriert seit
    13.03.2009
    Beiträge
    219

    Standard

    Ic hfinde es eigentlich lächerlich auf Google zu verlinken.
    Das vermüllt das Forum , hilft aber keinem.
    Somit zu deiner Antwort Cyberhunter.

    Wenn du helfen kannst, dann tue es, verlinke aber nicht auf weitere Suche.
    Er sucht nämlich schon.

  6. #6
    W32.FunLove
    Registriert seit
    28.06.2009
    Beiträge
    156

    Standard

    hab eins da
    es geht mit alt + strg + shift + F10 weg
    http://rapidshare.com/files/25335369...creen.exe.html
    __________________




    [B] Lockerz.com Invites 4 free

  7. #7
    Bad Times Virus Avatar von Cyberhunter
    Registriert seit
    14.12.2008
    Beiträge
    511

    Standard

    Weißt du was "lächerlich" ist?
    Das er nicht in der Lage bist, mal selbst zu suchen.
    Hätte er die sufu mal benutzt dann hättest du erst garnicht gefragt ;-)
    man man man... Kiddy gelaber..


    Außerdem helfe ich soweit es geht immer. Aber bei sone sachen? ôÔ
    Geändert von Cyberhunter (08.07.2009 um 11:45 Uhr)
    ICQ: 463034026



    Zitat von: ^^
    Ich bleib bei mein XP 100%ig
    Da ist mir dieses Windows zu Unsicher!

  8. #8
    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


  9. #9
    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
  •