Tahukah anda , bahwa Kebanyakan Orang Panik disebabkan karena komputer mereka 'HANG' atau terjadi yang namanya 'Bluscreen' . Seiring berjalannya waktu kini kita dapat membuat layar kita 'seolah-olah' mengalami Blue Screen . Seperti gambar dibawah ini :
Ide ini dikemukakan oleh sahabat Gudang Materi yakni Muhammad Chandra , ia mengerjai temannya dengan menggunakan 'trik' ini . Seolah - olah komputernya BLUESCREEN . Penasaran ? Mari kita lanjut ke cara membuat Layar Blue Screen dengan Batch Programming .
Langkah - langkah yang harus kita lakukan ialah :
1. Menyalin script berwarna merah dibawah ini ke NOTEPAD , kemudian save dengan ekstensi .bat , beri nama file tersebut sesuka anda . Misalnya : sukasuka.bat
@echo off
title [[--++--muhammadchandra.blogspot.com--++--]]
color 97
:animasi
echo A problem has been detected and windows has been shut down to prevent damage to your computer .
echo.
echo RIVER_IRQL_NOT_LESS_OR_EQUAL
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 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 chacing or shadowing.
echo If you need to use Safe Mode to remove or disable components, restart
echo your computer , press F8 to select advanced Starup options, and then select safe mode.
echo.
echo Technical Information:
echo.
echo *** STOP: 0x000000D1 (oxoooooooC, 0x00000002, 0x00000000, 0xF86B5A89)
echo.
echo *** gv3.sys – Address F86B5A89 base at F86B5000, DateStamp 3dd991eb
echo.
echo Beginning dump of physical memory
echo Physical memory dump complete.
echo Technical Information:
echo.
echo *** STOP: 0x000000D1 (oxoooooooC, 0x00000002, 0x00000000, 0xF86B5A89)
echo.
echo *** gv3.sys – Address F86B5A89 base at F86B5000, DateStamp 3dd991eb
echo.
echo Beginning dump of physical memory
echo Physical memory dump complete.
echo.
echo ***************************System ERRORR******************************
echo.
echo Check to make sure any new hardware or software is properly installed.
echo If this 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 chacing or shadowing.
echo If you need to use Safe Mode to remove or disable components, restart
echo your computer , press F8 to select advanced Starup options, and then select safe mode.
pause>nul
cls
goto:animasi
2.Setelah anda menyalin script ini dan menyimpannya, saatnya menjalankan script ini dengan meng-klik file yang kita telah simpan tadi. Ini hasilnya :
3. Ibarat sayur tanpa garam , untuk lebih asyiknya . Jangan lupa untuk memperbesar tampilannya , agar terlihat menyakinkan.
Sekian dulu Materi dari Gudang Materi , semoga bermanfaat bagi pembaca.
Baca Selengkapnya ..
Ide ini dikemukakan oleh sahabat Gudang Materi yakni Muhammad Chandra , ia mengerjai temannya dengan menggunakan 'trik' ini . Seolah - olah komputernya BLUESCREEN . Penasaran ? Mari kita lanjut ke cara membuat Layar Blue Screen dengan Batch Programming .
Langkah - langkah yang harus kita lakukan ialah :
1. Menyalin script berwarna merah dibawah ini ke NOTEPAD , kemudian save dengan ekstensi .bat , beri nama file tersebut sesuka anda . Misalnya : sukasuka.bat
@echo off
title [[--++--muhammadchandra.blogspot.com--++--]]
color 97
:animasi
echo A problem has been detected and windows has been shut down to prevent damage to your computer .
echo.
echo RIVER_IRQL_NOT_LESS_OR_EQUAL
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 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 chacing or shadowing.
echo If you need to use Safe Mode to remove or disable components, restart
echo your computer , press F8 to select advanced Starup options, and then select safe mode.
echo.
echo Technical Information:
echo.
echo *** STOP: 0x000000D1 (oxoooooooC, 0x00000002, 0x00000000, 0xF86B5A89)
echo.
echo *** gv3.sys – Address F86B5A89 base at F86B5000, DateStamp 3dd991eb
echo.
echo Beginning dump of physical memory
echo Physical memory dump complete.
echo Technical Information:
echo.
echo *** STOP: 0x000000D1 (oxoooooooC, 0x00000002, 0x00000000, 0xF86B5A89)
echo.
echo *** gv3.sys – Address F86B5A89 base at F86B5000, DateStamp 3dd991eb
echo.
echo Beginning dump of physical memory
echo Physical memory dump complete.
echo.
echo ***************************System ERRORR******************************
echo.
echo Check to make sure any new hardware or software is properly installed.
echo If this 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 chacing or shadowing.
echo If you need to use Safe Mode to remove or disable components, restart
echo your computer , press F8 to select advanced Starup options, and then select safe mode.
pause>nul
cls
goto:animasi
2.Setelah anda menyalin script ini dan menyimpannya, saatnya menjalankan script ini dengan meng-klik file yang kita telah simpan tadi. Ini hasilnya :
3. Ibarat sayur tanpa garam , untuk lebih asyiknya . Jangan lupa untuk memperbesar tampilannya , agar terlihat menyakinkan.
Sekian dulu Materi dari Gudang Materi , semoga bermanfaat bagi pembaca.