Want to prank your friends and shutdown their computer? Look here to see how. NOTE:it just shuts down it doesn't kill memory, programs, ETC. this is my second instructable!!!
any tips for me? please comment. thanks!
 
Remove these adsRemove these ads by Signing Up
1-40 of 266Next »
GrimReaperkill says: Apr 23, 2013. 8:48 PM
if you have windows and that didnt work just go to search for shutdown in your system 32 file copy and paste yourself a shortcut it wont say anything but everytime someone clicks it your comp will shutdown lol
GrimReaperkill says: Apr 23, 2013. 8:45 PM
shutdown -s -t 30 shutdown -c "you have been hacked!" this is actually how it should look when you put it in the shortcut and the 30 can be any amount of seconds you want and where it says you have been hacked you can write any thing you want in the quotes for a abort shutdown short cut just type. shutdown -a And then next and the short cut is made i suggest changing icon to somthing else example your internet explorer and i would change the name to your internet explorers name and nobody can mess around on your computer if you forget to shut it down lol teach them or if you do it for a work program for a nice boss who would allow it lol
imayet says: Dec 6, 2011. 6:21 AM
does not work
Ds HaKa says: Apr 30, 2008. 5:29 PM
i made it look like the real internet explorer icon and hid the actual real one!
kneecaps (author) says: Apr 30, 2008. 9:09 PM
thats nice. show a pic? lol
Ds HaKa says: Nov 29, 2011. 7:09 PM
a little delayed but all I did was make a fake one, rename it to "Internet Explorer", and put it where the actual IE icon used to be. I don't think a pic would help much...
MertDemir says: Oct 12, 2011. 8:37 AM
İt is vrey simple then. İt is already on your computer in system 32. And it is an app like .exe
You can search by start button.
07855 says: Apr 1, 2010. 8:36 AM
If u type 'shutdown -a' in cmd it will close
tried says: Aug 26, 2011. 12:47 PM
how u dose send it to a friend
07855 says: Aug 29, 2011. 6:45 AM
mail, skype... etc.
kree1 says: Sep 7, 2011. 12:49 AM
can you explain it a bit how to send it?
07855 says: Sep 7, 2011. 1:40 PM
Use wetransfer.com and rename your file to something like homework, there you go :)
fabsy333 says: Jun 11, 2011. 11:43 PM
If you are running Windows 7 or Windows Vista, instead of the timer, it says what time you've done AND it says the message. For example for the Windows 7\Windows Vista people, it says: 20 seconds till shutdown. %message%. There is NO timer. It just says how much time you've puttin.
blacklistspy says: Sep 13, 2010. 2:38 PM
how does it works.????
spiderfurby says: Jun 2, 2010. 1:45 AM
Windows Vista :-( this is a good trick but it falls over if you try to send it via email. When you attach the the shortcut to your email for some dumb and stupid reason the email client also attaches the executable. Grrr. Of course this in turn is detectable via virus checker. The element of surprise is muted when you send attachments that are compressed.
By common sense the shortcut should be the only file that is sent. Try to send a shortcut to a directory of photo's and that is all you get a shortcut and no photo's as you would expect. But point the shortcut to an executable or batch file and the rotten  shortcut once attached wants to send the file as well - go figure. When it come to compression unless it is a self uncompressed file (usually with an executable extension)  the element of surprise is lost.
As I found out not everyone is a rocket scientists. The mood of the joke is destroyed when you get a telephone call asking how to unzip a file. Or how to rename a file.
With that in mind has anyone found a work around that will allow a shortcut to be sent with out having the executable being attached.
knex_mepalm says: Apr 27, 2010. 5:00 AM
 You harmed me, some guy set this to run and I lost my 4000 word essay which was due tomorrow, good thing I saved at 1500 words. GEEZ, I blame you. Now I can sue you since you have no disclamer. See you in Court.
Perkie says: Oct 22, 2007. 10:24 AM
when the virus file is on your desktop right click and and choose send to compressed file, make sure you name the main file like(RedSox ALCS Pics) and after it is compressed do the same name.....Have fun
kneecaps (author) says: Oct 22, 2007. 11:27 AM
what does this do? allow it to send easier? or make it open when the file is unziped?
Cartuner55 says: May 30, 2008. 6:32 PM
no its a baseball team... supposed to make it so RedSox fans will open it
badboy2k9 says: Jan 16, 2010. 12:45 PM
HAHAHAHHAH
hq says: Jul 16, 2007. 11:48 AM
how do you send a virus in a email? i have gmail and it wont let me!
badboy2k9 says: Jan 16, 2010. 12:45 PM

SAME HERE

kneecaps (author) says: Jul 16, 2007. 5:13 PM
did u put it on as an attachment? i dont have gmail so i dont know
badboy2k9 says: Jan 16, 2010. 12:29 PM
you cant even  send it man,please give me more info
Benwolfe91 says: Sep 12, 2009. 9:06 PM
That ways alright but i have one a thousand times better. open your notepad and copy and paste the following @echo off color 0f REM: This and the following commands won't be shown on the console. REM: Now the console's color is green text on black screen. Scary! echo Deleting Critical System Files... REM: Everything that starts with "echo" is printed at the screen. REM: It is _not_ really done! echo del *.* ping -n 4 127.0.0.1>nul REM: Unfortunately there is no command to stop the programm for a few seconds. REM: But this would be cool, because the user needs time to read the output and REM: it must look like the computer is working on the things we "echo"'d above. REM: So what the above command does is: Sending four "pings" at itself. REM: Each ping lasts one second. So it's the best way to wait for four seconds. REM: The output of ping is redirected to nowhere (>nul) so it isn't shown anywhere echo Deletion Successful ping -n 2 127.0.0.1>nul REM: You can set the number of pings by changing the number behind the "-n" echo: REM: "Echo:" makes an empty line. (Like a break) echo: echo Deleting Root Partition... ping -n 2 127.0.0.1>nul echo del %SYSTEMROOT% ping -n 4 127.0.0.1>nul echo Deletion Successful ping -n 2 127.0.0.1>nul echo: echo: echo WARNING: Trojan File download Started echo cd C:\Documents and Settings\All Users\Start Menu\Programs\ ping -n 1 127.0.0.1>nul echo mkdir h4x ping -n 3 127.0.0.1>nul echo Trojan virus "juggarnaut" download complete echo: echo: echo Windows Vista ROM: /deleted ping -n 3 127.0.0.1>nul echo start hax.exe ping -n 3 127.0.0.1>nul echo SYNtax ERROR: all files corrupt echo: echo: ping -n 2 127.0.0.1>nul echo Disabling Windows Firewall... ping -n 2 127.0.0.1>nul echo Total system MALfunction ping -n 2 127.0.0.1>nul echo Allowing virus to boot from startup... ping -n 2 127.0.0.1>nul echo: echo: echo Deleting C: Hard drive/ documens / castlerp ping -n 2 127.0.0.1>nul shutdown -s -t 10 -c "FATAL ERROR: system malfunction in process." STOP: Dont copy this after you copy this in your notepad save it as fakevirus.bat dont forget the .bat, it turns it into a batch file. after this open your notepad again, click file, and the open, remember to open (all files) and find the fake virus you made, it will have a picture of gears on it, right click it and send it to your desktop. Once it is on your desktop right click it and click properties, then in the (combatibility) tab, check (run in 256 colors) and check (run in 640x480). this will give it the effect that your desktop is messing up, eventhough this is harmless. your computer will log off and shutdown like the one your explaining, but mine will give messages that a virus is deleting their whole harddrive. you can then change its icon and trick your friends even better. hope you like it!
iKIA says: Sep 3, 2009. 3:45 PM
it works. a friend did it in our computer class
Khazza says: Aug 27, 2009. 1:14 AM
Does this really work?? Or is this a scam for our PC's
Radobot says: Aug 7, 2009. 4:43 AM
Does anybody know how it works?
If no, then I have a account:
So, in every windows is a program that can shutdown, reboot computer or log you off.
To shotdown (or reboot...) computer windows is using this program.
And with that shortcut you are telling that program to shutdown.
P.S. If you use instead -s (like shutdown) -r computer will reboot (or -l to log you off).
Radobot says: Aug 7, 2009. 4:47 AM
That program is in: C:\Windows\System32\shutdown.exe
li789 says: Jun 27, 2009. 3:47 PM
I put the fake virus in an sd card. it still works
puffyfluff says: Jun 8, 2008. 3:28 PM
Do you know about Print Screen? It takes a picture of your screen, and you don't need a camera. Just press print screen on your keyboard. The go into a program like Word or Publisher. Then paste.
kneecaps (author) says: Nov 9, 2008. 4:53 PM
yeah i was lazy
max53389 says: Jun 18, 2009. 4:40 PM
It would of been easier to use prt scrn button
puffyfluff says: Nov 9, 2008. 5:19 PM
Oh. I see.

Not really...
danielstern96 says: Jun 7, 2009. 12:46 PM
ughhh! it works on my computer but i cant find the cd- drive so i dont know how to send it to other people. someone please help me with this....
jrgcool35 says: Mar 18, 2007. 9:15 PM
DO NOT DO THIS!!! or do it at your own risk. I really messed up my friends computer with this. Dont try to sedn this to people or that same thing will happen -.-
iBurn says: Mar 15, 2009. 3:12 PM
Then you did something wrong. All it does is turn off your computer...
MODX says: May 27, 2008. 9:42 AM
No jrgcool35, this is a simple batch command executed through a shortcut rather than a batch file. If you save this in a notepad as a something.bat document and then run it, it will do the same thing, but will be more effective:

@echo off
shutdown -s -t 25 -c "you have been hacked"
set /p q=You have been hacked loser!

nice little kitty script. -.-
SSuperSSoldier says: Nov 22, 2007. 12:13 PM
u did wut? how, all this does is hsutdown your computer, did u mistype?
gilros says: Oct 22, 2007. 4:10 AM
Thanks
1-40 of 266Next »
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!