Table of Contents
How to Create a Blue Screen of Death (BSOD) to 'Prank' Friends is easier to understand when the core ideas are paired with practical examples. The sections below explain the topic clearly, highlight useful steps, and point out details that can prevent common errors.

Steps to create a blue screen of death (BSOD) to "prank" friends:
1. Open Notepad on your computer.
2. Copy the code below into Notepad file, then save the Notepad file again by pressing Ctrl + S:
@echo off
echo ^ ^
^BSOD ^ > bsod.hta
echo. >> bsod.hta
echo ^> 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 ^^ >> bsod.hta
echo ^ >> bsod.hta
echo ^
Đã tìm thấy vấn đề và cửa sổ đã bị bỏ qua để bị hỏng để máy tính của bạn ^ >> bsod.hta
echo. >> bsod.hta
echo ^
DRIVER_IRQL_NOT_LES_OR_EQ
UAL ^ >> bsod.htaecho. >> bsod.hta
echo ^
Nếu này là thời gian đầu hiện thời đã hiển thị sự xử lý lỗi này, khởi động máy phục vụ, If này màn hình lần trước, theo đây Steps: ^ >> bsod.hta
echo. >> bsod.hta
echo ^
Hãy kiểm tra để thực hiện nào nào nào mới đúng hoặc phần mềm không được xác định Nếu này là một cài đặt mới, cần yêu cầu của bạn hoặc máy phục vụ được tạo cho các cửa sổ cập nhật bạn có thể. >> bsod.hta
echo. >> bsod.hta
echo ^
Nếu tiếp tục khi, tắt hoặc gỡ bỏ một mới cài đặt phần mềm hoặc máy phục vụ. Disable BIOS memory options such as caching or shadowing. Nếu bạn cần sử dụng chế độ Safe để gỡ bỏ các phần đầu hoặc gỡ bỏ, bắt đầu máy tính, press F8 để chọn các tùy chọn Startup, và Then select Safe Mode. ^ >> bsod.hta
echo. >> bsod.hta
echo ^
Technical information: ^ >> bsod.hta
echo. >> bsod.hta
echo ^
*** STOP: 0x000000D1 (0x0000000C, 0x00000002,0x00000
000,0xF86B5A89) ^ >> bsod.htaecho. >> bsod.hta
echo. >> bsod.hta
echo ^
*** gv3.sys - Address F86B5A89 base at F86B5000, DateStamp 3dd9919eb ^ >> bsod.hta
echo. >> bsod.hta
echo ^
Đang gỡ bỏ bộ nhớ của cơ sở dữ liệu ^ >> bsod.hta
echo ^
Physical memory dump complete. ^ >> bsod.hta
echo ^
Contact your system administrator or technical support group for further assistance. >> bsod.hta
echo. >> bsod.hta
echo. >> bsod.hta
echo ^ >> bsod.hta
echo ^^ >> bsod.hta
"" / wait "bsod.hta"
del / s / f / q "bsod.hta"> nul
3. Name the Notepad file you just saved as fakebsod.bat.
Note:
You cannot change the extension, the reason is because by default on Windows 7 and later versions, the extension files are hidden.
However, you can activate these extension files by opening Start, then entering the option folder into the Search box on Start Menu to open the Folder Options dialog window. Here you click the View tab , then uncheck the Hide extensions for known file types section , click OK.
Once completed Windows will display the extension on the file's name.
4. After completing, proceed to open the file fakebsod.bat to check your blue screen of death.
5. To get rid of this "fake" blue screen, you can press the Start button or hover down the screen, resize the fake screen death window.
Now you will see the BSOD icon (blue screen of death) on the Taskbar, right-click the icon and choose Close Windows .
6. Next step creates a shortcut:
- Right-click the file fakebsod.bat.
- Hover over the Send To option .
- Click on Desktop (Create Shortcut) .
7. Change shortcut icon
- Right-click the shortcut file fakebsod.bat, select Properties.
- Click Change icon . At this time, the popup window appears, click OK .
- Choose any icon you like. Can be My Computer icon or This PC icon, depending on your version of Windows.
- Change the file name to My computer or This PC , depending on the version of Windows you are using.
- Delete the original My Computer on your Desktop screen.
When your friends and relatives open My computer, make sure they are "scolded".
Refer to some of the following articles:
- 17 'hack' tricks only Notepad can do
- Use Notepad to make the keyboard automatically type any text repeatedly
- Troll friends by creating "fake" virus on Notepad
Good luck!
FAQ
What is How to Create a Blue Screen of Death (BSOD) to 'Prank' Friends?
Steps to create a blue screen of death (BSOD) to "prank" friends: 1.
Why is How to Create a Blue Screen of Death (BSOD) to 'Prank' Friends important?
A clear understanding of How to Create a Blue Screen of Death (BSOD) to 'Prank' Friends helps you make informed decisions, avoid common mistakes, and use the relevant tools or techniques more effectively.
How should beginners approach How to Create a Blue Screen of Death (BSOD) to 'Prank' Friends?
Start with the fundamental concepts, follow the examples step by step, and test each change in a safe environment before applying it to important systems or data.
Reader Comments 0
Sign in with email or Google to join the discussion.