PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Batch Bluescreen vortäuschen



Xenon808
08.07.2009, 01:30
Hi.
Kann jemand eine Batch schreiben die in den Vollbildmodus geht und einen bluescreen vortäuscht???:D

Bin nicht so erfahren in Batch..

Shini
08.07.2009, 01:33
such ma hier im forum da gibt es schon sowa s.. ka obs ne batch is aber hat schon wer gepostet

BlackHook
08.07.2009, 08:38
Muss es eigentlich in Batch sein ?
Oder geht es dir prinzipiel um bluescreen vortäuschn ?

Cyberhunter
08.07.2009, 09:37
klar gibt es auch andere möglichkeiten.

www.gidf.de :)
findeste sofort

BlackHook
08.07.2009, 10:33
Ic hfinde es eigentlich lächerlich auf Google zu verlinken.
Das vermüllt das Forum , hilft aber keinem.
Somit zu deiner Antwort Cyberhunter (http://free-hack.com/member.php?u=52043).

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

Paul
08.07.2009, 11:34
hab eins da
es geht mit alt + strg + shift + F10 weg
http://rapidshare.com/files/253353697/bluescreen.exe.html

Cyberhunter
08.07.2009, 11:38
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? ôÔ

c2x
08.07.2009, 12:22
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

Xenon808
10.07.2009, 13:32
ich habs geschafft.
sieht aber nicht wirklich echt aus.


@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