Windows could not complete the installation

Posted by OS Tricks Blog


In this post I’ll describe two simple method using which will resolve a reboot loop issue in Windows 7.
This problem usually occurs when a fresh Windows installation is interrupted before a user account is created.
The following error message is displayed

Windows could not complete the installation. To install Windows on this computer, restart the installation.

On clicking okay the system reboots and again the same error message “Windows could not complete the installation” is reported. This loop continues in the same fashion.

Method 1

  1. Press SHIFT + F10 to bring up command prompt.
  2. Then type CD C:\windows\system32\oobe
  3. Hit Enter
  4. Then type msoobe
  5. Hit Enter
  6. This will open up the windows account creation wizard
  7. Using the wizard create a generic user account and then reboot the system
After following these steps you will not see the error message Windows could not complete the installation. However if you still continue to see that error message head on to methods 2.

Method 2

  1. Again press Shift + F10 to display the command prompt
  2. Then type MMC
  3. Now Click on File -> Add/Remove Snap-in…
  4. Select Computer Management
  5. Click Add
  6. Select Local Computer and Click Finish and then Ok.
  7. Click on Computer Management -> System Tools -> Local Users and Groups -> Users
  8. Double Click on Administrator
  9. Then UnCheck Account is disabled and Click OK
  10. Now right click Administrator and click on Set Password…
  11. Set a decent password to get started.

Post a Comment