Monday, 31 December 2012

Create a Message box, Prank to Play with Friends


Here is a fun, funny, and easy way to annoy your friends and family members by (harmlessly) messing with their computers. This one is a simple batch file that makes a message box pop up that says anything you want. The trick: no matter how many times you click OK, the message will never go away! Have fun!

It will go only when you will restart the computer.

1.      Open notepad.

Copy and paste these lines into Notepad:


@echo off

:top

msg * Insert your message here

goto top


Be sure to delete "insert your message here" and replace it with your own message!

2.      Go to File and click Save As.


First look at "Save as File Type" near the bottom. It should say "Text Documents". Change it to "All Files".



3.      Type the name of your file into the "File Name" box, and be sure to end it with ".bat" instead of ".txt"


Save it to your "My Documents" folder.
 


4.      To make it begin automatically when you (or someone else) logs in, copy the file from the Documents folder.


Go to:

Start Menu > Programs > Startup.


Paste the batch file  into the Startup folder.


Now it will run whenever they start the computer, and the person will never be able to find it!

No comments:

Post a Comment