1. Buy a fast flash drive.
2. Format the drive.
Run CMD.EXE and type the following
Note: This set of commands assumes that the USB flash drive is named "disk 1".
1. diskpart
2. select disk 1
3. clean
4. create partition primary
5. select partition 1
6. active
7. format fs=fat32
8. assign
9. exit
3. Copy the content of the windows on the flash:
Use the following command to start copying all the content from the Windows CD/DVD to your flash drive.
* xcopy d:\*.* /s/e/f e:\