Skip to main content

Windows installation cannot proceed

I ran into error while reinstalling Microsoft Windows 10 Pro on Lenovo T420 laptop.

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

Workaround

Press SHIFT + F10 to open Command line windows.
Run regedit.exe to open Registry Editor
Go to Computer\HKEY_LOCAL_MACHINE\SYSTEM\Setup\Status\ChildCompletion
Look for Setup.exe on the right pane



Doubleclick on Setup.exe on the right pane, change Value data from 1 to 3, press OK.



Press OK again to close Install Windows dialog.


Reboot. The installation will continue.

Popular posts from this blog

Google Credential Provider for Windows: Notes

Google Credential Provider for Windows® (GCPW) lets users sign in to Windows® devices with the Google Account they use for work. GCPW provides users with a single sign-on experience to Google services and all the security features available with their Google Account.

GNS3: Notes

As usual, notes is for myself and might be useful and also save time for beginners start using GNS3 .

Powershell: Test-NetConnection

PS C:\Users\tuyen> get-help Test-NetConnection NAME     Test-NetConnection SYNTAX     Test-NetConnection [[-ComputerName] <string>] [-TraceRoute] [-Hops <int>] [-InformationLevel {Quiet |     Detailed}]  [<CommonParameters>]     Test-NetConnection [[-ComputerName] <string>] [-CommonTCPPort] {HTTP | RDP | SMB | WINRM}     [-InformationLevel {Quiet | Detailed}]  [<CommonParameters>]     Test-NetConnection [[-ComputerName] <string>] -Port <int> [-InformationLevel {Quiet | Detailed}]     [<CommonParameters>]     Test-NetConnection [[-ComputerName] <string>] -DiagnoseRouting [-ConstrainSourceAddress <string>]     [-ConstrainInterface <uint32>] [-InformationLevel {Quiet | Detailed}]  [<CommonParameters>] ALIASES     TNC REMARKS     Get-Help cannot find the Help files fo...