Prank with your Friends with Fake Error message in Windows


This is a funny Notepad trick by which you can prank on your friends. This method is based on an a vb script (Visual Basic Script). This trick creates a Fake Windows Error message and it is harmless trick i.e. it will not harm your computer or your files. So, you can use this trick and prank with your Friends without worrying anything, all you have to know is, how to create this file and use it for a Prank and have Fun.

Create Fake error Message for a Prank

Read below how to use this Trick for a Prank -

 1. Open Notepad   (Click on 'Start' then search 'Notepad' and open it).

 2. Copy and Paste one of the code from below into it.

➤ Error message Code

X=msgbox("Error message",16+0,"title of error")

➥ Replace the texts denoted in red in the above code with the text you want to display.
Error message - 'Message you want to display'
title of error - 'Title for the error'


➤ To display the Error message couple of times, then paste the code, number of times you want, i.e. if you want 5 times the error message to display after opening it, then paste the code 5 times in multiple lines, into the Notepad.
Below code is example for 5 times -

X=msgbox("Error message",16+0,"title of error")
X=msgbox("Error message",16+0,"title of error")
X=msgbox("Error message",16+0,"title of error")
X=msgbox("Error message",16+0,"title of error")
X=msgbox("Error message",16+0,"title of error")


➤ If you want the Error message to display again and again then use the below code -

do
x=msgbox("Error message",16+0,"title of error")
loop


➥ If you use the above code then the Error message cannot be stopped by normally closing it, it will be continuously displaying. But you can stop it with Task Manager.
Open Task Manager in your computer (you can use shortcut "Ctrl + Shift + Esc" on your Keyboard to open Windows Task Manager). Now locate "wscript.exe" and select it, and click on "End Process".


➥ For more codes go ➛ here

 3. Now after putting the code in Notepad. Save the file with .vbs extension, e.g. Error.vbs


 4. Now move (or cut & paste) the .vbs file e.g. Error.vbs to your drive or any place in your Computer except the Desktop.

 5. Right click on the .vbs file and create a Shortcut of the file on the desktop.


 6. Rename the Shortcut with the name you want, and change the icon of shortcut by going to its Properties.


 7. You can choose a icon from the list or you can click on browse and choose the icon you want to display. Below is an example of Fake Windows error after changing the icon and name.


 8. I have used a Play icon and named it 'Video Player' as shown in above image. You can use any other icon e.g. icon of a game like use a similar icon of FIFA game and name it FIFA. When anyone click on it or open it , he/she will get a Fake Windows error message.


 9. Put Funny error messages in the code and have Fun.
Try out this Windows Fake Error message file ➜ Download 

 If you want the Fake Error message on every Startup or whenever anyone turn computer ON Prank, then go to article ➛ here

Post a Comment

1 Comments

  1. Hey,

    Such a useful post! Thank you!

    Want to Create a Quiz for Friends? Click here - http://imquiz.co
    Quiz to Test Friendship.

    Feel free to surf to my page: friendship quiz

    ReplyDelete