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

 by dean-101
Contest Winner

Step 2: Fake icon

1.bmp
2.bmp
3.bmp
4.bmp
5.bmp
6.bmp
7.bmp
Now i am going to tell you how to make fake icons that will shutdown/ log off / restart the victims computer.

When you make this use a 60 or more second time limit so the user has time to save all open work as if you do not it may make them angry and not so much a prank but with a time limit they have nothing to lose and will find it funny after.

There is two ways to do this but the way i am going to show you is easiest:
How to do it:
1.Right click on the desktop in a blank space.
2.Select new.
3.Click where it says create shortcut
4.Where it tells you to type a location type in one of the codes below:

If you want there computer to shutdown type this in:

shutdown -s -f -t 60 -c "type a message you want to appear here"

If you want it to log them off type this:

shutdown -l -f -t 60 -c "type a message you want to appear here"

If you want it to restart there computer type this:

shutdown -r -f -t 60 -c "type a message you want to appear here"

5.Click OK and name it My Computer.

6.Right click on the file you just made and click properties and look for where it says change icon.

7.find the icon that is the same as the "my computer" icon

8.change the icon and wait for the victim to open my computer, then it will shutdown / log off / restart.

9.HINT: If you set the time limit to 0000 it will shutdown instantly, so they may think it was some els wrong with the computer and try again .......



What each part of the code does:
shutdown << this is a program that has three basic commands shutdown , log off , restart.
-s << this will shutdown the computer
-r << this will restart the computer
-l << this will log off the computer
-f << this forces all programs running to shutdown
-t << this is the time limit until shutdown (the time is in seconds so if -t 60 means 60 seconds )

P.S if you want to try this on your computer and the shutdown timer starts, to stop it in run type shutdown -a
 
Remove these adsRemove these ads by Signing Up
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)
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.
Ikkalebob says: Jul 14, 2010. 9:23 AM
I tried the logoff one and it worked well exept that the message didnt come up - It just logged off instantly. please help
Treypyro in reply to IkkalebobFeb 4, 2011. 7:00 PM
Logout does not allow comments, I don't know why the creators of command prompt did not allow this but comments are only allowed on shutdown and restart.
xXKrowXx says: Jul 19, 2010. 1:40 AM
This does not work for me. I click on the object and it flashes the Command prompt quickly and disappears. Beside that nothing happens :(
dean-101 (author) in reply to xXKrowXxJul 30, 2010. 1:01 PM
Some computers dont support all of the codes and vista really hates it sorry :(
setsunna009 says: Mar 7, 2010. 7:47 PM
ok so i'm totally new to this stuff so be nice. can i combine the shutdown and restart commands into one prank

and if i let the prank run how do i stop it afterwards
westin444 says: May 4, 2008. 9:25 PM
try makeing it so that when you click on my computer it initiates a timer that will say that the OS has had a fatal air, windows will now restart, then have it restart
Win7Maniac in reply to westin444Aug 20, 2009. 8:56 AM
Oh, no, dude, make a batch script like the last one that makes the computer restart after 10seconds. And add it to startup. That way the user has no time to open anything. The victim's computer will go in loops!! And have the message say "fatal air. Your operating system has crashed due to a file in the middle of your desktop. Your system will now restart." suggested by Gh{o}sT. Put the batch file in the middle of the victim's desktop and hide it. If the victim is smart enough, he or she will boot into safe mode and unhide the file. Haha!
Kasm279 in reply to Win7ManiacDec 31, 2009. 11:14 AM
fatal air? lolwut? i think thats supposed to be error ;) 
Win7Maniac in reply to Kasm279Dec 31, 2009. 12:08 PM
lol no, that way it is more prank-like and obvious, making the victim even more frustrated when he or she can't figure it out
Kasm279 in reply to Win7ManiacDec 31, 2009. 1:08 PM
 heh, didnt even think of that LOL
greenbean in reply to Win7ManiacOct 30, 2009. 4:33 PM
Except that you could just boot up in safe mode, which doesn't open the contents of the startup folder.
Win7Maniac in reply to greenbeanOct 31, 2009. 8:11 AM
 Yeah, that's kinda the point, they're supposed to boot into safe mode. Then it won't start on them. Then they can unhide the file. Then they can delete it. Sorry, but if you read through my comment, this comment really doesn't make sense. Unless I wasn't clear enough. . . in that case, sorry, hope this clarifies
greenbean in reply to Win7ManiacOct 31, 2009. 2:49 PM
Oops. I put that comment in the wrong spot.
Acer81996 in reply to westin444Mar 10, 2009. 4:03 AM
get the shutdown machine (the icon works by itself) and change the pic to the internet icon and rename it "internet explorer". That will be nice if the person has not yet saved something.
DrCoolSanta in reply to westin444Sep 4, 2008. 8:08 AM
Well you can make a batch file with the shutdown command specified in this 'ible and make an icon point to it.
mwwdesign in reply to westin444May 20, 2008. 11:01 AM
'fatal air'?
westin444 in reply to mwwdesignMay 20, 2008. 8:41 PM
fatal error
Gh{O}sT in reply to westin444Aug 6, 2008. 1:32 AM
fatal air would be funnier
DJP4VEP says: Apr 21, 2009. 12:10 AM
Need help please.... I made a vbScript for a fake virus but i cant work out how to get the system shut down with a timer at the end like in this instructable. Please help. Thanks
greenbean in reply to DJP4VEPJun 17, 2009. 9:00 PM
I dont know about Visual Basic, but in Batch you would say shutdown -c "Whatever you want to say" -s -t 60 That would delay the shutdown for 60 seconds. You can replace the number with any number, say 10 seconds.
xxkingxerxesxx says: Apr 1, 2009. 1:46 PM
I am having the same problem and your solution didn't help.
TheGasMaskGuy says: Mar 9, 2009. 3:55 PM
Brilliant!
wenhan_93 says: Feb 6, 2009. 1:24 AM
LOL... Normally people dont put shortcuts of My Computer on the desktop. The icon on the desktop is different from the shortcut icon. :)
Hiyadudez says: Aug 26, 2008. 3:00 AM
haha, good one dude, thanks, i got everyone in my house with it xD
KeviBear says: Apr 12, 2008. 6:11 AM
Thank you but it still wont work for some reason, when it opens command propt it just goes by really fast and then nothing else comes up.
KeviBear says: Apr 11, 2008. 6:53 PM
I did something wrong it wont work.
dean-101 (author) in reply to KeviBearApr 11, 2008. 9:36 PM
ok, to make the file hidden , 1.right click 2.select properties 3.look for the check box that says hidden 4.click ok 5.the file should disappear or turn transparent. To find hidden file open a folder 1.in the folder goto the top and select tools 2.folder options 3.goto the view tab 4.find "show hidden files" ,this will then make the hidden files transparent. Hope that helped
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!