Windows OS Hub
  • Windows Server
    • Windows Server 2022
    • Windows Server 2019
    • Windows Server 2016
    • Windows Server 2012 R2
    • Windows Server 2008 R2
    • SCCM
  • Active Directory
    • Active Directory Domain Services (AD DS)
    • Group Policies
  • Windows Clients
    • Windows 11
    • Windows 10
    • Windows 8
    • Windows 7
    • Windows XP
    • MS Office
    • Outlook
  • Virtualization
    • VMWare
    • Hyper-V
    • KVM
  • PowerShell
  • Exchange
  • Cloud
    • Azure
    • Microsoft 365
    • Office 365
  • Linux
    • CentOS
    • RHEL
    • Ubuntu
  • Home
  • About

Windows OS Hub

  • Windows Server
    • Windows Server 2022
    • Windows Server 2019
    • Windows Server 2016
    • Windows Server 2012 R2
    • Windows Server 2008 R2
    • SCCM
  • Active Directory
    • Active Directory Domain Services (AD DS)
    • Group Policies
  • Windows Clients
    • Windows 11
    • Windows 10
    • Windows 8
    • Windows 7
    • Windows XP
    • MS Office
    • Outlook
  • Virtualization
    • VMWare
    • Hyper-V
    • KVM
  • PowerShell
  • Exchange
  • Cloud
    • Azure
    • Microsoft 365
    • Office 365
  • Linux
    • CentOS
    • RHEL
    • Ubuntu

 Windows OS Hub / Windows 10 / The computer restarted unexpectedly or encountered an unexpected loop error on Windows 10/11

September 14, 2021 Windows 10Windows 11

The computer restarted unexpectedly or encountered an unexpected loop error on Windows 10/11

In some cases, during a clean Windows installation, upgrading to a new Windows 11, installing a new Windows 10 build, or creating a reference OS image using Sysprep, you can receive the error “The computer restarted unexpectedly or encountered an unexpected error. Windows installation cannot proceed”. When you click OK, the computer restarts, and the error window appears again, and so it goes again and again… What can you do in this case to continue Windows installation?

This problem may appear after reboot during the Windows installation (or update) and looks like this:

The computer restarted unexpectedly or encountered an unexpected error. Windows installation cannot proceed. To install Windows, click “OK” to restart the computer, and then restart the installation.

error loop: The computer restarted unexpectedly or encountered an unexpected error. Windows installation cannot proceed

As I said before, if the “computer restarted unexpectedly” error occurs, neither the click on the OK button nor the restart of the Windows installation wizard helps – the error still gets looped.

To fix the problem, you don’t need to close the error message or click OK:

  1. Press Shift + F10 right on the screen with the error. On some laptops, you need to use a keyboard shortcut Shift+Fn+F10, or disable the System Configuration -> Action Keys Mode = Disabled option in the BIOS settings;
  2. In the command prompt that appears, start the Registry Editor using the regedit command;
    run regedit in winpe
  3. In the Registry Editor, go to the reg key HKEY_LOCAL_MACHINE\SYSTEM\Setup\Status\ChildCompletion;
  4. In the right panel, find the parameter named setup.exe. Its value is likely to be 1. Change it to 3 and save the changes;
    Note. Thus we make force the Windows installer to go to the next installation phase.
    windows registry key ChildCompletion setup.exe
  5. Close the Registry Editor, and restart your computer by clicking OK in the error windows or using this command: shutdown -r -t 0 or wpeutil reboot

After the restart, the Windows 10 installation/update process should continue normally.

windows 10 installation just a moment

This problem is typical not only for Windows 10 and Windows 10. This solution of the interrupted installation of the operating system works well in Windows 7, Windows 8.1, and Windows Server.

Other reasons and solutions for the automatic restart problem in Windows

Issue: The computer automatically restarts and you have no time to make changes to the registry.
Fix: Make a change to the system registry on disk in offline mode by booting from the installation media or boot/rescue disk.
  1. Boot from the Windows installation media;
  2. Press Shift + F10 on the first install screen to open the command prompt;
  3. You need to get the drive letter assigned to your Windows volume;
  4. Run the command:
    diskpart
    List vol
    In my example, the Windows is located on Volume 1 (according to partition size). This partition is not assigned a drive letter. Let’s assign the letter W manually:
    Assign letter=w:
    exit
    diskpart: assign drive letter to offline windows partition
  5. Now run regedit and load the registry hive HKEY_LOCAL_MACHINE\SYSTEM of your offline Windows image;
  6. Select the HKEY_LOCAL_MACHINE in the Registry Editor and click the File -> Load Hive. Select the file W:\Windows\System32\Config\Systemregedit loading hklm system hive from offline file
  7. Set the hive name (mylocal). As a result, an offline copy of your Windows registry will be loaded in the registry editor;
  8. Go to the reg key HKEY_LOCAL_MACHINE\Mylocal\Setup\Status\ChildCompletion and change the value of the setup.exe parameter to 3;ChildCompletion setup.exe set to 3 to fix The Computer Restarted unexpectedly or encountered an unexpected error
  9. To save changes to the offline registry file, select File-> Unload Hive;regedit save change by unloading offline hive
  10. Switch to the command prompt window and restart the computer using the command: wpeutil reboot
  11. The Windows installation will then continue normally.
Issue: Windows installation continues, but after 64% of Windows installation system automatically restarts and goes on loop. Windows installation stuck at 64% and goes into a reboot loop
Reason: Most often, the problem is the damaged/incorrect/modified Windows install image.

Solution: burn the original Windows install image using the official Media Creation Tool (How to create a bootable UEFI USB drive with Windows 10 Setup?).

Run a clean install of Windows from a new bootable USB stick, be sure to delete all partitions on the drive you want to install Windows on (if you have your data on the drive, copy it before removing the partitions). Install Windows to the Unallocated space. Windows Installer will create all the necessary system partitions by itself (read more about system EFI and MSR partitions in Windows 10).

clean windows installation to unallocated space

Also:

  • Check your local disk for errors: chkdsk W: /F /R
  • Disconnect all unnecessary USB devices (including the keyboard, flash drive, and mouse), disable LAN and Wi-FI network adapters (physically or in BIOS/UEFI settings)

23 comments
15
Facebook Twitter Google + Pinterest
previous post
Installing Fonts in Windows Using GPO and PowerShell
next post
How to Install VMWare ESXi in a Hyper-V Virtual Machine?

Related Reading

Installing Language Pack in Windows 10/11 with PowerShell

September 15, 2023

How to View and Change BIOS (UEFI) Settings...

September 13, 2023

How to Create UEFI Bootable USB Drive to...

September 11, 2023

Redirect HTTP to HTTPS in IIS (Windows Server)

September 7, 2023

How to Install an SSL Certificate on IIS...

September 5, 2023

Categories

  • Active Directory
  • Group Policies
  • Exchange Server
  • Microsoft 365
  • Azure
  • Windows 11
  • Windows 10
  • Windows Server 2022
  • Windows Server 2019
  • Windows Server 2016
  • PowerShell
  • VMWare
  • Hyper-V
  • Linux
  • MS Office

Recent Posts

  • Installing Language Pack in Windows 10/11 with PowerShell

    September 15, 2023
  • Configure Email Forwarding for Mailbox on Exchange Server/Microsoft 365

    September 14, 2023
  • How to View and Change BIOS (UEFI) Settings with PowerShell

    September 13, 2023
  • How to Create UEFI Bootable USB Drive to Install Windows

    September 11, 2023
  • Redirect HTTP to HTTPS in IIS (Windows Server)

    September 7, 2023
  • Add an Additional Domain Controller to an Existing AD Domain

    September 6, 2023
  • How to Install an SSL Certificate on IIS (Windows Server)

    September 5, 2023
  • Managing Windows Firewall Rules with PowerShell

    August 31, 2023
  • Fixing ‘The Network Path Was Not Found’ 0x80070035 Error Code on Windows

    August 30, 2023
  • Disable Welcome Message for Microsoft 365 Groups

    August 28, 2023

Follow us

  • Facebook
  • Twitter
  • RSS
Popular Posts
  • How to Repair EFI/GPT Bootloader on Windows 10 or 11
  • How to Restore Deleted EFI System Partition in Windows
  • Network Computers are not Showing Up in Windows 10/11
  • Updating List of Trusted Root Certificates in Windows
  • How to Create a Wi-Fi Hotspot on your Windows PC
  • How to Sign an Unsigned Device Driver in Windows
  • How to Download APPX File from Microsoft Store for Offline Installation?
Footer Logo

@2014 - 2023 - Windows OS Hub. All about operating systems for sysadmins


Back To Top