Close

Not a member yet? Register now and get started.

lock and key

Sign in to your account.

Account Login

Forgot your password?

How you can Install Windows 7 from a USB Flash Drive

05 Sep Posted by tim in Installing | 1 comment
How you can Install Windows 7 from a USB Flash Drive

1. Get a USB Flash Drive and format it using the FAT 32 Filesystem. You can do this from the Disk Management Console from within Windows or you can use the command prompt.

If you like the command line then you can use these steps:

1. diskpart
2. select disk 1 (or whatever number it happens to be on your system. Type “list disk” from within the diskpart command to find out)
3. clean
4. create partition primary
5. select partition 1
6. active
7. format fs=fat32
8. assign
9. exit

2. Now insert the Windows 7 DVD into your drive, or mount the ISO file using your favorite tool and copy the contents of the drive to the USB Flash Drive.

Again, command line instructions are here as well…(this command assumes D: is your DVD-Drive and E: is the Flash Drive — change them as required.

xcopy d:\*.* /s/e/f e:\

3. Now you can boot off the USB drive (you might need to enable USB booting in your BIOS) and install Windows 7 in the fastest possible time.

 

One comment


Leave a comment