- If you want a flash drive to be bootable, you have to use a utility like diskpart to do that. Then copying an install DVD to it will make it act as bootable install media for Windows.
- Make a bootable flash drive by opening a Command Prompt, 'Run as Administrator', to run these commands:
Steps
- run -> cmd
- diskpart
- select disk 2 ('list disk' to determine number)
- clean
- create partition primary
- select partition 1
- active
- format fs=fat32
- assign
- exit
0 comments:
Post a Comment