Page 1 of 1

How do you....

Posted: Fri Nov 21, 2003 12:58 pm
by The Z
.....completely clean out a hard drive even removing Windows?

Posted: Fri Nov 21, 2003 9:51 pm
by Mr Flibble
If yoiu just want to clear the contents of the drive then the simplest and fastest method is a quick format. Start the computer in DOS mode, or shut down to an MS-DOS prompt from the 'shut down' menu and type in:

format c: \q \s

and hit enter.

That will clear the drive contents by erasing the file allocation table only and copy the basic system files from memory, so the disk is bootable. If you want to erase the files properly, then remove the \q command. It will take a lot longer, but it's much more thorough.

Posted: Sat Nov 22, 2003 11:45 am
by The Z
Thanks a ton! :)