📎 AI Summary:
The forum thread discusses issues with failed Windows 10 updates, specifically the persistent failure to install the Fall Creators Update (1709) on devices running build 15063, often requiring a complete rebuild. Other users report no problems with different Windows versions, and one suggests examining update logs to troubleshoot. The original poster acknowledges that the provided troubleshooting tip was helpful.

benzilfernandes

New Member
Joined
Jul 23, 2018
Messages
2
Thread Author #1
hello,
We've been coming up with an increasing number of failed windows 10 updates across our customers lately.

Mainly seen across devices currently on OS build 15063, where the Fall Creators update 1709 is forever failing to install without any obvious issue/error message.

The PC's will restart and run the Updates process, but upon sign in back to the desktop, it shows a message stating that an error occured when installing the updates.

Our only working fix thus far is a rebuild of the device.

Anyone else experiencing issues similar to this?

Cheers!
 

Solution
No issues. You'd need to examine your Windows Update logs. From a powershell prompt run the command Get-WindowsUpdateLog -LogPath $env:USERPROFILE\Desktop\WUlog.txt
The log will be on your desktop after

Neemobeer

Windows Forum Team
Staff member
Joined
Jul 4, 2015
Messages
8,995
No issues. You'd need to examine your Windows Update logs. From a powershell prompt run the command Get-WindowsUpdateLog -LogPath $env:USERPROFILE\Desktop\WUlog.txt
The log will be on your desktop after
 

Solution