Assuming you have a USB drive we can use, please do the following.
Step#1 - Create a Bootable USB Drive
1. Please
download the following two things to the
Desktop of your computer.
a)
Rufus
b)
Windows 7 64-Bit RC ISO
2. Insert your
USB drive into your computer.
Note: Please ensure that there isn't anything on the USB drive that you need as we will be formatting it.
3.
Right-click on
rufus-1.4.10.exe and select
Run as administrator. Answer
Yes to Allow if prompted.
4. If you are asked to check for application updates. Just answer
No.
5. Please click on the icon as shown below and select the ISO file that you downloaded to your desktop in step#1b.
6. Click the
Start button.
7. When it's
Done click the
Close button.
Step#2 - Boot Your Machine with USB Drive
1. Insert the
USB Drive into your computer.
2. Ensure the power is off on this computer.
3. Ensure that your system is configured to boot 1st from the USB Drive
before your main hard drive. There are variations on how to do this depending on what machine you have
however a couple links that show the general steps can be found
here and
here.
4. Once the BIOS is set to boot from the USB Drive, when you boot your machine with the USB Drive plugged in you should get a message asking you to hit any key to boot from the USB.
Go ahead and do this.
5. The first screen that will appear should be asking for your
keyboard layout. Go ahead and click
Next.
6. The next screen will attempt to locate your Windows 7 Installation. If it was successful it will be highlighted and you will be able to click
Next. Go ahead and do this.
7. You will have several
System Recovery Options to choose from. Please click on "
Command Prompt".
8. Type
notepad into the command prompt and hit enter.
9. Click the File menu in notepad and choose Open. Click on Computer on the left hand side so that you see all the drive letters. You sill see Boot (X:) and likely others. Look for the drive letter that is associated to
Local Disk.
10. Once you've identified the driver letter you may cancel out of this screen and close notepad.
11. Now type the following into the Command Prompt replacing C (shown in red) with the drive letter you identified in bullet#9. Note, there is a space after C:\ as well as before the last forward slash.
DISM /Image:C:\ /Cleanup-Image /RevertPendingActions
12. If all goes well you will see the following as the last few lines. Please let me know if you don't.
Code:
Reverting pending actions from the image...
The operation completed. Any revert of pending actions will be attempted after reboot.
The operation completed successfully.