Bootable USB for Windows 7

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.

Comments

Popular posts from this blog

Shallow Copy

Match Rating Algorithm (Phonetic Match)

Deep Copy