Thursday, August 9, 2012

HOW TO MAKE PENDRIVE BOOTABLE WITH COMMAND PROMT

*Go to Start menu > All programs > Accessories, right click on Command Prompt and select Run as
administrator.
You need to know about the USB drive a little bit. Type in the following commands in the command
prompt:
First type
DISKPART and hit enter .
Next type
LIST DISK command and note down the Disk number (ex: Disk 1) of your USB flash drive.
Next type all the below commands one by one. Here I assume that your disk drive no is “Disk 1”.If you
have Disk 2 as your USB flash drive then use Disk 2.Refer the above step to confirm it. So below are the
commands you need to type and execute one by one:
SELECT DISK 1
CLEAN
CREATE PARTITION PRIMARY
SELECT PARTITION 1
ACTIVE
FORMAT
FS=NTFS
(Format process may take few seconds)
ASSIGN
EXIT

No comments:

Post a Comment