Requirements:
 STEPS TO FOLLOW
- Insert your USB drive and backup all its data.
- Open command prompt. go to start > All Programs > Accessories > right click on command prompt and run as Administrator.
- Now in the command prompt type > DISKPART
- You'll redirected to DiskPart utility. Here type LIST DISK. It will show you a list of drives.Here DISK 0 is normally the Hard disk. Identify your USB drive and type SELECT DISK 1 (you can replace DISK 1 with your drive)
- Now type the following commands one by one
CLEANCREATE PARTITION PRIMARY SELECT PARTITION 1ACTIVEFORMAT FS=NTFS ASSIGNEXIT                     - Keep the command prompt window open, but you can minimize it for a little bit
- You will now need your Windows 7 0r 8 Installation DVD. Put the DVD in your computer's DVD drive. Open up My Computer and note which drive letter is assigned to your DVD Drive and your USB flash drive
- Go back to the command prompt window and type in K: CD BOOT (substitute your DVD drive letter for "K:" if necessary) and press Enter. Type CD BOOT again and press Enter. Lastly, type BOOTSECT.EXE /NT60 J: (substitute your USB flash drive letter for "J:" if necessary) and press Enter
 
0 comments:
Post a Comment