How to Make an Error Message in Microsoft Windows (No Downloads)

Face it-customizing an error message in Windows is cool, whether you're an application programmer or just someone who wants to prank their co-worker. It doesn't have to be hard, either. You don't need to download any tricky software or tinker with system components and risk an actual error. If you want to create a Windows error message, just follow these simple steps.

Steps

Open Notepad.

To open Notepad, head to your start menu, click All Programs, click Accessories, and then click Notepad.

Copy the line after the bullet below this paragraph, then paste it into Notepad.

Notepad should look like this.

  • x =msgbox(“Message”,0+00,”Title”)

Now, you will edit the error message.

Refer to the bullets below:

  • Replace Message with what you want the error message to say. Be sure to enter the message between the quotes, without deleting them. The specified area should look like this, with your message in place of Hello Wikihow. WH.shared.addScrollLoadItem(‘3c6fafc149474badf919fb45dc48afe5’)
  • Replace Title with what you want the title of the error message to say. Be sure to enter the title between the quotes, without deleting them. The specified area should look like this, with your title in place of Greeting. WH.shared.addScrollLoadItem(‘fc724ce4c35c4eda59888f1a07a99dec’)

Next, we’re going to determine what buttons and what icon the error message will have.

  • Replace 0+00 in Notepad with a code under the Codes section of this article. (See Codes) What icons and buttons the codes will add to the error message is described there. Do not type the description into Notepad along with the code. The specified area should look like this, with your chosen code instead of 1+16. WH.shared.addScrollLoadItem(‘96834c0297194f073ff88e6f2a6fe666’)

It’s now time to produce the error message.

At the top of Notepad, click File and then Save As. Save the file name as yourname.vbs with any name that you want in place of yourname. Set Save as Type to Any.

Locate the vbs file where you saved it and open it.

Your error message will open if you performed the steps correctly.

Leave a Comment