Jump to content

sandpounder

Member
  • Posts

    1
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Everything posted by sandpounder

  1. Here are the steps I used and works 100%. Just in case you are still trying. Run CMD.EXE and type the following. Note: This set of commands assumes that the USB flash drive is addressed as "disk 1". you should double check that by doing a list of the disks (type "list disk") before cleaning it. If you have multiple hard drives, like an SDFlash drive or a Multibay drive, you could end up wiping your second drive using this command. 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 10. Copy Windows Vista's DVD ROM content to the Flash Drive Simply issue the following command to start copying all the content from the Windows Vista DVD to your newly formatted high speed flash drive. * xcopy d:\*.* /s/e/f e:\ Worked for me.
×
×
  • Create New...