Table of Contents
The article explains how to Create fake error messages on Windows. This fascinating Notepad hack lets you generate fake error messages. Any custom message can be used to produce a false error message. Also, play a prank on your friends. Just follow these instructions to do so. Follow the steps are given below.
An operating system must have dialog boxes and error messages. And Windows does a good job. There are so many error codes and their descriptions that you can quickly determine what the real underlying problem is. System failures are often publicized in Windows error messages. However, you can create fake error messages with and without the help of extra software. This is how to ramp up up a fake error message in Windows to make a joke. Here is the article to create fake error messages in Windows.
2 Ways to Create Fake Error Messages on Windows
Single error dialog
Step 1: Press the Win+R keys simultaneously.
Step 2: Model notepad mein the Run dialog box.
Step 3: Press ↵ Enter or click OK.
Step 4: x=msgbox(“Your message here”, Button+Icon, “Your title here”)
Step 1: 0 – OK
Step 2: OK and Cancel
Step 3: Abort, repeat and ignore
Step 4: Yes, No and Cancel
Step 5: Yes and no
Step 6: Repeat and Cancel
Step 1: 0 = no icon
Step 2: 16 = Critical icon (also known as “X” icon)
step 3: 32 = Question icon (also known as “?” icon)
Step 4: 48 = Warning icon (also known as “!” icon)
Step 5: 64 = Information icon (also known as the “i” icon)
Create an error message string. The messages will be displayed one at a time, and closing one message will display the next.
Step 1: Open the Notepad application.
Step 2: Press the Win+R keys simultaneously.
Step 3: Type notepad in the Run dialog box.
Step 4: Press Enter or click OK.
Step 5: x=msgbox(“Your message here”, Button+Icon, “Your title here”)
Step 6: 0 – OK
Step 7: OK and Cancel
Step 8: Abort, repeat and ignore
Step 9: Yes, No and Cancel
Step 10: Yes and no
Step 11: Repeat and Cancel
Step 12: 0 – No icon
Step 13: Critical icon (also known as “X” icon)
Step 14: Question icon (also known as the “?” icon)
Step 15: Warning icon (also known as the “!” icon)
Step 16: Information icon (also known as the “i” icon)
Step 17: This error message will be displayed after the previously created one is closed.
Conclusion
here is the article how to Create Fake Error Messages in Windows 11. Fake Error Message VBS file will be completely hidden as Windows shortcut. Clicking the shortcut will still cause the false error dialog to appear. This can lead anyone who clicks the shortcut to believe that the program where you have the VBS file masked has a real bug. The article is now complete and you know how to make a fake error message.