answersLogoWhite

0

AnswerThe easiest way is with a startup disk made from a windows earlier,switch from a:/ to c:/ than type c:/format c/q.this will do a quick format." However, a quick format leaves most all the data on the hard drive for anyone with the right utilities to look at.

To completely wipe your drive, you need to use the CIPHER command with the /w wipe option. The wipe option will overwrite all unallocated space with 0s, 1s and then random numbers three times.

Run the format command first, since CIPHER only works on unallocated space (helping you make sure you don't accidentally erase something you intended to keep).

After you have reformatted the disk in question, open the command prompt and type: cipher /w:[DRIVE LETTER]:\

So if you are wiping your "E" drive, it would look something like this:

C:\> cipher /w:e:\

If you have a version of Windows that does not include Cipher (like XP Home edition), you may be able to get it from the Microsoft site.

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

How can you check if an RPM is already installed on a Linux machine?

rpm -q pkge_namethis command will query the specifid package if it is already existing,otherwise it will give message that package isnot installed.


Installation code for command and conquer deluxe edition?

If you already have it installed on another computer, use "GameKeyRevealer.zip" (Google it) to give u the key!


How do you reformat presario sr1520nx hard drive?

formats are not drive specific so it depends on the software with windows open a command prompt and use the format command


You have installed the openSUSE 11.1 on your PC but the gcc command is not working there then what should you do?

this only happen if o.s. is not installed completely with compiler options.for it just install the c compiler from the install option.it will work. thank u.


How do you find the JVM version?

Just type in your command line this: java -version If you have the java installed in your machine the above command show you the version installed.


What can not be installed from the command line by the ServerManagerCmd.exe utility?

Applications


Can you reformat a floppy disk in Windows 98?

You can open "My Computer", right-click on the floppy, and select "Format". Or, open up a command window and type FORMAT A:


What cannot be installed from the command line by the servermanagercmdexe utility?

Applications


How do you reformat your computer when it is off?

You can't actually reformat when it's off. You'll need to power it up with a bootable CD or floppy disk which has the format command available. Besides, what you are formatting is the hard drive, not the computer. Or you can remove the hard drive from the computer in question and format it in another computer.


How do you activate voice command on the Nokia c3?

There is no Voice command for Nokia C3, as Nokia has not yet installed this feature.


How do you find out whether Java is installed on Linux?

Enter "java -version" into a terminal. If Java is installed, it will tell you the version number. If it is not installed, it will say "command not found."


What is the command to turn on Linux?

There is no such command. Obviously, in order to enter a command into the prompt, Linux must already be on.