Windows – Reinstall Windows 7 from Recovery Partition on a Dell Studio 1555 laptop

dell-studiofactory-defaultsreinstallwindows 7

Dell includes a recovery partition with all their laptops, apparently, and I need to use mine. The problem is I repartitioned the laptops hard drive originally.

I found this link, http://whirlpool.net.au/wiki/Dell_Studio_1555

In theory that should work, but i couldnt find the TOOLS directory in any of the drives present on the machine (i had an external usb drive connected at the time)

I even went to the Disk management tool in Windows 7 (diskmgmt.msc) and assigned the Recovery partition a letter, but even then i can not see it on the Recovery Command Line window.

Has anyone done this? Basically reinstalling/reformat to a Factory state from the Recovery partition even after you repartitioned the hard drive (but did not delete any recovery files)

Any help is greatly appreciated. Thanks

Best Answer

Here's how to reinstall your Factory Image manually as long as the Factory Image partition is intact.

  1. Go here:

    http://www.microsoft.com/downloads/en/details.aspx?familyid=696DD665-9F76-4177-A811-39C26D3B3B34&displaylang=en

  2. Download the Windows Automated Installation Kit.

  3. Burn the WAIK ISO image to a DVD using Roxio, Nero or whatever DVD burning software you have that can burn ISO images.
  4. Insert the DVD in a computer running Windows 7, Vista or Windows XP SP2 system with KB926044. Install the WAIK.
  5. Navigate to the Program Files folder where WAIK was installed. Find the Tools subdirectory. Under it you will see four folders: AMD64, IA64, SERVICING, and X86. Copy these folders to a USB drive. They total less than 100MB, so you can use a 128MB USB flash drive if need be.
  6. If you have installed Windows 7 on the C:\ drive, then you can simply boot up your system. Locate the file name factory.wim on the Factory Image partition. Make a note of the drive letter and path to that file. On an Inspiron 1720 it is located in D:\Dell\Image\Factory.wim.
  7. Go to the command prompt by typing CMD in the Run box. If Windows 7 is not bootable or installed on the C:\ drive you can boot the system with a "live" CD such as Bart's PE or UBCD for Windows and shell to the command prompt. Navigate to the Tools\x86\ folder on your USB flash drive.
  8. Type the following command:

    imagex /apply d:\dell\image\factory.wim 1 c:\
    

Your system should be restored to its original "as-shipped" configuration in about 30-45 minutes.

Note that this restores Dell's Proprietary Master Boot Record so that in the future will be able to access the Factory Image by pressing F8 while booting up.

Related Question