How to Make a Fake Error Message on Windows

Introduction: How to Make a Fake Error Message on Windows

About: Professional Programmer.

Hi guys! Today i'm gonna be showing you how to make a Fake Error Message on Windows without any programming skills or programs. Let's get started!

Step 1: Making and Modifying It.

Making:

So, first copy this following line of code in your Notepad:

x=msgbox("Text",0+16,"Title")

On "text" write your own message text, and on "Title" write the message title.

Now, save it as ".vbs" file and now if you click the file, it will show you the error message you writed.

Modifying:

If you think what that number is "0 + 16", it is the number to choose the "style" of the message.

Here's a list of the many types of the message before the +.

0 = OK button only.

1 = OK and CANCEL

2 = ABORT,RETRY and IGNORE

3 = YES, NO and CANCEL

4 = YES and NO

5 = RETRY AND CANCEL

Here's a list of the many types of the message after the +.

16 = Critical Message

32 = Question Message

48 = Warning Message

64 = Info Message

Step 2: Masking the Fake Error Message.

To mask the Fake Error Message, all you have to do is to make a Shortcut of the file and change the Shortcut icon, for example i inserted the Chrome icon. And the latest step is to rename it.

Thanks for reading my Tutorial of how to create a Fake Error Message.

If you want, you can like my Tutorial C:

Be the First to Share

    Recommendations

    • Big and Small Contest

      Big and Small Contest
    • Make It Bridge

      Make It Bridge
    • For the Home Contest

      For the Home Contest

    10 Comments

    0
    klusterlun
    klusterlun

    Reply 2 years ago

    ow I thought it was real

    0
    LukeProgrammer
    LukeProgrammer

    Reply 3 years ago

    Thanks!
    P. S: OMG your famous!!

    0
    tallon.rockwell
    tallon.rockwell

    Tip 2 years ago

    maybe do something like OH NO! YOUR COMPUTER AS RAN INTO AN ERROR TRY RESTARTING IT OR POWERING IT DOWN

    0
    tallon.rockwell
    tallon.rockwell

    Reply 2 years ago

    or to go for a meme approach to waste your friends time do this... hmph ill rise to your silly provocation and test you a little bit more (jojo reference)

    0
    SpeedStriker243
    SpeedStriker243

    3 years ago

    Gee, where do I start...
    - Spelling error, 'system32' is spelt 'Sytem32'.
    - If system32 were to be removed, Windows would not boot to the desktop at all.

    I'm just saying, if you want this fake error to be believable, try making an error that relates to something that would still allow Windows to function. For example: "Windows encountered an error loading your data, files may be corrupt."

    That said, I am impressed at how you know how to do these kind of things.

    0
    Flyboyron
    Flyboyron

    3 years ago

    Clever, but I'd check the spelling of whatever message you intend to create.

    0
    LukeProgrammer
    LukeProgrammer

    Reply 3 years ago

    Sorry, but i'm not english. I tried my best for this Instructable.

    0
    Flyboyron
    Flyboyron

    Reply 3 years ago

    No problem, just a heads up. The correct spelling would be "System" vs. "Sytem".

    0
    LukeProgrammer
    LukeProgrammer

    Reply 3 years ago

    If you mean the message, it's that when I write fast I don't notice.