Hello Andrew,
It is possible that you are experiencing this issue due to some corrupted Windows Update components. To help you out with your concern, we recommend performing a repair upgrade using the Windows 10 ISO file by following the instructions in this Forum Article. Performing a repair upgrade can repair broken operating system files while preserving your personal files, settings and installed applications.
Update us on the result so that we can further help.
I have tried clearing out the updates...
I have run the updated "Update Trouble Shooter (running as administrator)"
I have tried the repair upgrade..... (Using the Windows 10 ISO file)
They all get to the same point and die....
I have deferred this update. I am worried as the older 1703 does not seem to get the security updates that the 1709 version gets.. (I have multiple Windows 10 systems)
I also tried the Beta upgrade program to get a more advanced update.... It also failed the same way... This is very repeatable... and happened after running all the following debug steps (same result)
Method 2:
1. Open an elevated command prompt
2. Type and run the following command:
Sfc /scannow
Dism /online /cleanup-image /restorehealth
- Then check if the issue still persists
Method 3:
1. Open an elevated command prompt
2. Run the following command:
net stop bits
net stop wuauserv
net stop appidsvc
net stop cryptsvc
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
net start bits
net start wuauserv
net start appidsvc
net start cryptsvc
- Exit command prompt and check if the issue persists
Method 4:
1. Open registry editor by running regedit.exe
2. Back up the registry first before making changes to it
3. Navigate to HKLM\System\CurrentControlSet\Control\Session Manager
4. Check if PendingFileRenameOperations exists under the Session Manager key
5. If it exists, please remove it
6. Restart computer and check if issue persists