http://www.supertempo.com/components/com_gk2_photoslide/images/thumbm/540487______3.jpg http://www.supertempo.com/components/com_gk2_photoslide/images/thumbm/290940______.jpg http://www.supertempo.com/components/com_gk2_photoslide/images/thumbm/104475______0.jpg http://www.supertempo.com/components/com_gk2_photoslide/images/thumbm/112400______.jpg http://www.supertempo.com/components/com_gk2_photoslide/images/thumbm/993389_________1.jpg http://www.supertempo.com/components/com_gk2_photoslide/images/thumbm/427713_________.jpg http://www.supertempo.com/components/com_gk2_photoslide/images/thumbm/617621_________2.jpg http://www.supertempo.com/components/com_gk2_photoslide/images/thumbm/647139banner01.jpg http://www.supertempo.com/components/com_gk2_photoslide/images/thumbm/378255banner02.jpg http://www.supertempo.com/components/com_gk2_photoslide/images/thumbm/426484banner10.jpg http://www.supertempo.com/components/com_gk2_photoslide/images/thumbm/166237banner04.jpg http://www.supertempo.com/components/com_gk2_photoslide/images/thumbm/954012banner07.jpg http://www.supertempo.com/components/com_gk2_photoslide/images/thumbm/199486card_usb.jpg http://www.supertempo.com/components/com_gk2_photoslide/images/thumbm/602605banner03.jpg
  • Increase font size
  • Default font size
  • Decrease font size
  • leftlayout
  • rightlayout

How to Deploy Windows 7 from a USB Drive

E-mail Print PDF

It is possible to copy Windows 7 images to a USB flash drive and install Windows 7 onto a PC from it. This also applies to Server 2008 R2.

The simplest method is to copy the DVD files or extract an official ISO. It is also possible to use the Microsoft Deployment Toolkit (MDT) to customize an image and deploy this via USB drive.

End users could use Windows 7 USB/DVD Download Tool. Please ensure that the USB flash drive has a minimum capacity of 4GB.

Basic Overview

1.    Using diskpart:

a.    Clean USB drive
b.    Create primary partition
c.    Format partition as FAT32
d.    Set partition as active

2.    Copy DVD files or extract official ISO onto the drive
3.    Boot PC from USB and install

 

Diskpart Commands

This process will prepare the USB drive for the Windows 7 disk files. The normal Windows GUI format tool will not suffice, as this does not use the active option to make the drive bootable.

Please note: This will delete all data on the drive, so ensure all files are backed up before continuing.

1.    Open the command prompt
2.    Type: diskpart
3.    Type: list disk
4.    This will show all connected disks, their disk numbers, connection status and disk size
5.    Using the sizes, determine which disk is your USB drive and remember its disk number (ie Disk 2)
6.    Type the following commands: (where X is the disk number of your USB drive)

a.    select disk X
b.    clean
c.    create partition primary
d.    select partition 1
e.    active
f.    format fs=fat32
g.    assign
h.    exit

Once the disk is formatted and prepared, you can copy the Windows 7 installation files onto the disk, whether this is from the DVD, ISO or a modified image.

 

Contact Us