Who needs CDROM drives? Can I tell you that burning a DVD/CD is the devil’s work! I always prefer using a USB Flash or External USB drive.
To prepare a USB disk for Windows 7 you’ll need to make it bootable by using DISKPART.
- Format the drive by executing the following commands one by one . Make sure you replace Disk 1 with proper Disk number .
- select disk 1
- clean
- create partition primary
- select partition 1
- active
- format fs=NTFS QUICK
- assign
- exit
- Copy contents of Windows install media to USB device.
References