STEPS-
- To begin, type “create system repair disc” without the quotations into the Start Menu search box.
- When the dialog box pops up, it will ask you to select your DVD drive. Do so and then insert a blank DVD into the drive to be burned. This will create a Windows 7 recovery CD.
- Once the burning process is complete, you will have a disk that you can use to make a USB recovery drive. To do this, insert the USB drive into the computer and make sure it contains no files that you might need later, as we are going to format the drive.
- Click Start, then All Programs and navigate to the folder Accessories, and then right click Command Prompt and select Run As Administrator. You should be present with a black box with a blinking cursor and a file path. It will be something similar to C:UsersYOUR USERNAME.
- Now we need to execute a series of command prompts in order to format the drive. Type in “DISKPART” and you then “LIST DISK” should display a print out of all the drives connected to your computer. You want to be sure you select your USB drive which should be last in the list, but is most likely the device with the fewest MBs.
- The disk number you must select is highly dependent on the number of drives connected to your computer. The following commands must be executed in order, using the number relating to your USB drive.
- SELECT
DISK 1
- CLEAN
- CREATE
PARTITION PRIMARY
- SELECT
PARTITION 1
- ACTIVE
- FORMAT
FS=NTFS (Format process may take a while)
- ASSIGN
- EXIT
No comments:
Post a Comment