OK, so I will not use the F11, correct? Just use the disks to avoid the garbage.
Can you explain what Fdisk is for future reference that these guys are talking about?
Also, EdWort has told me a few times that when he gets a new computer, e builds a partition and saves everything to that so when this happens it is no big deal to wipe his OS and start over. What exactly is he talking about? Should I do that?
If'n it were me, I'd use the partition utility of my choice to delete the partitions on the drive, and then boot a Windows install disk and start over completely. It takes a bit more time, but really much faster than uninstalling a bunch of junk later.
FDISK is a DOS/Windows/Linux utility that manages the paritions on your drive. Think of a partition as a "slice" of your hard drive. You are essentially creating smaller virtual discs out of one bigger physical disk. THis can very useful for keeping your files organized, or for having the option to boot more than one OS if you want. Ed probably does this to make a backup partition on his drives. This is a great idea, and if you want to take the time, I recommend it.
First, you should be able to find some very good instructions online for partitioning using FDISK or whatever. If you have the drive space that is. You will need at least 1 PRIMARY partition, and make it active. Then you can create SECONDARY partition with LOGICAL partitions in that.
You can then use an imaging software to create an image of your OS partition when you are done installing everything. Then, you can use that image file to recover the machine if you have problems later. And it only takes a few minutes at that point.
I also like to use a logical drive to store my data files, so that I can more confidently play with the OS partition without fear of losing data. This is what your drive might look like:
C:\ (PRIMARY ACTIVE) = 40+ GB used to boot the OS and store program files
D:\ (LOGICAL) = 80 GB data drive. Used to hold music, pictures, etc.
E:\ (LOGICAL) = 10 GB. Keeps one or more images of your Primary partition for restoration purposes.
The sizes of these examples can vary depending on many factors, including the size of your disk, and the space you need for your apps and files.