All stories
Java

Bootable USB for Windows 7

H
hemant-kumar

August 20, 2012

Requirements: USB flash drive (4GB or above) & Windows 7 Setup.
Step 1 : Plug-in your USB drive and open Command Prompt with administrator rights.
Step 2: Now type followig commands:
    DISKPART
    LIST DISK
    SELECT DISK 1 (Here DISK 1 is your flash drive)
    CLEAN
    CREATE PARTITION PRIMARY
    SELECT PARTITION 1
    ACTIVE
    FORMAT FS=NTFS QUICK
    ASSIGN
    EXIT
Step 3: Open command prompt with administrator rights and traverse to the boot folder of your windows setup. Now type followig commands:
    BOOTSECT.EXE /NT60 H:       (H: is your USB drive letter)
    EXIT
Step 4: Copy the contents of your Windows setup into the USB flash drive.
Now your flash drive is ready to install the OS for you. All you have to do is to plug in and boot your system.
Java

0

If you found this helpful, give it some claps!

SHARE THIS ARTICLE

Share on X
LinkedIn

Responses0

Sign in to join the conversation

Sign in