Hello Guys Now I am going to share another trick which is related to the batch proramming using notepad funny to prank your friends in this post i will teach you how to create fake blue screen of death
Now follow my simple instructions to try this trick
First fall as we know for every batch programming we write a code in notepad so asually open your notepad in case if anyone does'nt have notepad application they can use anyother Text Editors for writing the code
1.Open Your Notepad Or Any Other Text Editor
2.Copy the below code and paste in your notepad or Text Editor
While copying the code please make sure that you should'nt miss anything in the code and as well as
don't try to make changes in the code if you do so this trick will be won't work
3.After copying the code into your Text Editor Save it as with file extension .bat and you can give your own name to this file but you should'nt forget to save it as .bat file extension this is must
4.After saving the file Double click on the file you have saved in my case 40tricks.bat
5.After double clicking on your saved file you will see an a fake blue screen od death will be created
To exit from fake Blue screen of Death follow the below instructions
1. Press Ctrl+alt+delete
2.Then click Start Task
3.Then Go to Manager-Applications
4.Choose your file in the list with what name you have saved your file in my case it is 40tricks.bat and
5. Then Click on End Task That's it fake Blue screen of Death will be End's
If you like this trick please comment below and share it with your friends Thank You :)
Now follow my simple instructions to try this trick
First fall as we know for every batch programming we write a code in notepad so asually open your notepad in case if anyone does'nt have notepad application they can use anyother Text Editors for writing the code
1.Open Your Notepad Or Any Other Text Editor
2.Copy the below code and paste in your notepad or Text Editor
@echo off
echo ^<html^>^<head^>^<title^>BSOD^
</title^> > bsod.hta
echo. >> bsod.hta
echo ^<hta:application id="oBVC" >> bsod.hta
echo applicationname="BSOD" >> bsod.hta
echo version="1.0" >> bsod.hta
echo maximizebutton="no" >> bsod.hta
echo minimizebutton="no" >> bsod.hta
echo sysmenu="no" >> bsod.hta
echo Caption="no" >> bsod.hta
echo windowstate="maximize"/^> >> bsod.hta
echo. >> bsod.hta
echo ^</head^>^<body bgcolor="#000088" scroll="no"^> >> bsod.hta
echo ^<font face="Lucida Console" size="4" color="#FFFFFF"^> >> bsod.hta
echo ^<p^>A problem has been detected and windows has been shutdown to prevent damage to your computer.^</p^> >> bsod.hta
echo. >> bsod.hta
echo ^<p^>DRIVER_IRQL_NOT_LES_OR_EQ
UAL^</p^> >> bsod.htaecho. >> bsod.hta
echo ^<p^>If this is the first time you've seen this stop error screen, restart your computer, If this screen appears again, follow these steps:^</p^> >> bsod.hta
echo. >> bsod.hta
echo ^<p^>Check to make sure any new hardware or software is properly installed. If this is a new installation, ask your hardware or software manufacturer for any windows updates you might need.^</p^> >> bsod.hta
echo. >> bsod.hta
echo ^<p^>If problems continue, disable or remove any newly installed hardware or software. Disable BIOS memory options such as caching or shadowing. If you need to use Safe Mode to remove or disable components, restart your computer, press F8 to select Advanced Startup Options, and then select Safe Mode.^</p^> >> bsod.hta
echo. >> bsod.hta
echo ^<p^>Technical information:^</p^> >> bsod.hta
echo. >> bsod.hta
echo ^<p^>*** STOP: 0x000000D1 (0x0000000C,0x00000002,0x00000
000,0xF86B5A89)^</p^> >> bsod.htaecho. >> bsod.hta
echo. >> bsod.hta
echo ^<p^>*** gv3.sys - Address F86B5A89 base at F86B5000, DateStamp 3dd9919eb^</p^> >> bsod.hta
echo. >> bsod.hta
echo ^<p^>Beginning dump of physical memory^</p^> >> bsod.hta
echo ^<p^>Physical memory dump complete.^</p^> >> bsod.hta
echo ^<p^>Contact your system administrator or technical support group for further assistance.^</p^> >> bsod.hta
echo. >> bsod.hta
echo. >> bsod.hta
echo ^</font^> >> bsod.hta
echo ^</body^>^</html^> >> bsod.hta
start "" /wait "bsod.hta"
del /s /f /q "bsod.hta" > nul
While copying the code please make sure that you should'nt miss anything in the code and as well as
don't try to make changes in the code if you do so this trick will be won't work
3.After copying the code into your Text Editor Save it as with file extension .bat and you can give your own name to this file but you should'nt forget to save it as .bat file extension this is must
4.After saving the file Double click on the file you have saved in my case 40tricks.bat
5.After double clicking on your saved file you will see an a fake blue screen od death will be created
To exit from fake Blue screen of Death follow the below instructions
1. Press Ctrl+alt+delete
2.Then click Start Task
3.Then Go to Manager-Applications
4.Choose your file in the list with what name you have saved your file in my case it is 40tricks.bat and
5. Then Click on End Task That's it fake Blue screen of Death will be End's
If you like this trick please comment below and share it with your friends Thank You :)
For Further Reading,