This is another very cool Notepad trick that allows you to create Fake error messages. You can create Fake error message with any message. To do this, follow these steps:
 

Open Notepad
Type X=Msgbox(“Your Message Here”,0+16,”Your Title Here”)
Replace Your Message Here and Your Title Here with your Error Message and Error-Window Title respectively.
Save the file with error.vbs 


Now, click the file and you’ll get your custom-made Windows error message.


Post a Comment