Installing Windows 7 without a DVD or USB Device

This method uses technology designed for advanced users; OEMs like Dell, big IT departments and experts like us. It doesn't require extra bootable media and it leaves your existing Windows install intact. It's fast, it's flexible and it's all command line suitable for scripting.

Let's start with the assumption that you've got a single hard disk with one big partition, it's not full, and you're already running some build of Windows 7 or Vista. If you've got more than one partition and can't figure out how to modify the steps in this tutorial to accommodate that please post a comment and I'll add the steps. The same goes for other hard disks. The only hard requirement is that you be running Windows 7 or Vista. We need to make room for the new Windows 7 install so we start by running DISKPART. Open Start, type diskpart and press Enter.



  • Select the volume to shrink from the list with "sel vol"
  • Specify the minimum and desired volume size in megabytes with "shr"
  • Specify your own label for the new volume with "for"
  • Make note of the drive letter of the starred volume after "ass"

Now crack open a Windows 7 ISO and extract the file \sources\install.wim. I just mount the file directly with CloneDrive: elby Free Software but your favorite ISO or archive program should be able to do this as well. Download imagex.zip, extract and open an elevated command prompt there. Code:



Now reboot and a few minutes (less than 5 on my box) later you'll be prompted for locale info and to create a user. Welcome to your new Windows 7 installation.

To toggle back and forth between this new installation and the original one use diskpart.
Code:



Select the volume containing the Windows installation you want to start from the list with "sel vol"




Hope this Useful... Thank's

No comments:

Post a Comment