View Single Post


Old 08-18-2012   #4 (permalink)
Chris
Chris's Avatar
Join Date: Sep 2010
Location: California
Posts: 12,115
Thanks: 11,713
Default Re: Installing Windows VIA USB

Yes you can and


Quote:
How to make a bootable Windows 7 USB installer with CMD:
Open and run CMD as Administrator.
Type Diskpart, press Enter.
Type List Disk, press Enter.
Type Select Disk # (where # is the number your USB drive shows up as), press Enter.
Type Clean, press Enter.
Type Create Partition Primary, press Enter.
Type Active, press Enter.
Type Format Quick FS=FAT32, press Enter.
Type Assign, press Enter.
Type Exit, press Enter.
Copy everything from the Windows 7 installation DVD onto the USB key (a simple drag and drop will do; if you have an .iso extract or mount first).
He doesn't have very many other options.
Chris is offline
Reply With Quote