To create a bootable Windows 7 USB drive, you need a USB drive and the Windows 7 OS DVD or ISO file. The process involves using DiskPart commands in an administrative command prompt to clean, create a primary partition on, and format the USB drive to NTFS. You then copy all files from the Windows 7 installation media directly to the root of the USB drive without using folders. Once complete, the USB drive can be used to install Windows 7 by booting from it.
To create a bootable Windows 7 USB drive, you need a USB drive and the Windows 7 OS DVD or ISO file. The process involves using DiskPart commands in an administrative command prompt to clean, create a primary partition on, and format the USB drive to NTFS. You then copy all files from the Windows 7 installation media directly to the root of the USB drive without using folders. Once complete, the USB drive can be used to install Windows 7 by booting from it.
Things you need for making bootable pendrive are pendrive, dvd of your windows 7 os or .iso file. 1. 2. 3. 4. 5.
Go to start menu (bottom left).
Serch cmd in programs serch bar. Right click on cmd and select run as administrator. Type command diskpart. Type command list disk. this command used to locate our pendrive. Generally it is disk 1. 6. Now type command as below sequence. select disk 1 clean create partition primary select partition 1 active format fs=NTFS 7. Format could take some time. After completion of format type following command assign exit 8. Open os dvd in CD drive. Right click on cddrive and select open. 9. copy all files and paste in pendrive.(open your pendrive and paste it. don't make any folder) 10.restart your computer and your pendrive is ready to use.