Cannot install major updates on Windows 10 Version 1909 Build 18373.720

L

LFanchette42

I cannot install any of the latest major updates on PC with Windows 10 Pro Version 1909 Build 18373.720


The last successful update was the March 12 KB4551762.



I have tried to install the following updates


March 24 KB4541335 Error 0x80070003

March 30 KB4554364 Error 0x80070005

April 14 KB4539951 Error Unknown

April 21 KB4550945 Error 0x80070005

May 12 KB4556799 Error 0x80070003


I have tried the folllowing

"""

➤ Repair Windows 10
• Press Windows Key + R
• Type powershell in the run command line and press CTRL + SHIFT + ENTER to gain administrative access
• Wait for the "PS C:\WINDOWS\System32>" to show up, copy and paste the following script and hit enter: sfc /scannow
• After the scan is finished, run this command: Repair-WindowsImage -Online -RestoreHealth

➤ Reset Windows Update Cache:
• Press Windows Key + R
• Type PowerShell in the run command line and press CTRL + SHIFT + ENTER to gain administrative access
• Wait for the "PS C:\WINDOWS\System32>" to show up, copy and paste the following script and hit enter:
Set-Service -Name wuauserv -StartupType Automatic
Set-Service -Name BITS -StartupType Automatic
Set-Service -Name cryptSvc -StartupType Automatic
Set-Service -Name UsoSvc -StartupType Automatic
Set-Service -Name trustedinstaller -StartupType Automatic
Stop-Service wuauserv
Stop-Service BITS
Stop-Service cryptSvc
Stop-Service trustedinstaller
Stop-Service UsoSvc
Rename-Item C:\Windows\SoftwareDistribution C:\Windows\SoftwareDistribution.oldFolder
Rename-Item C:\Windows\System32\catroot2 C:\Windows\System32\catroot2.oldFolder
Start-Service wuauserv
Start-Service BITS
Start-Service cryptSvc
Start-Service trustedinstaller
Start-Service UsoSvc
Start-Service msiserver
Get-Service wuauserv | Select-Object -Property Name, Status
Get-Service BITS | Select-Object -Property Name, Status
Get-Service cryptSvc | Select-Object -Property Name, Status
Get-Service trustedinstaller | Select-Object -Property Name, Status
Get-Service UsoSvc | Select-Object -Property Name, Status
Get-Service msiserver | Select-Object -Property Name, Status

➤ Clear Windows Update temp files
• Go to Settings
• Click System
• Click Storage
• Select Temporary Files
• Wait for the list of Temporary files to show up and select Windows Update Cleanup
• Select Remove Files

➤ Repair Windows Update Registry Key
• Go to: https://drive.google.com/open?id=1_AVArJY_lvtY4...
• Click download (download button located at top-left)
• Install the WindowsUpdateRegistryFix.reg file and accept the UAC prompt
• Restart the PC
• After the restart, click Windows + R and type services.msc to open the Services App
• Locate the "Windows Update" service and the "Background Intelligent Transfer Service"
• Kindly START the two services if the status is stopped or RESTART if the status is Running

➤ Windows Update from Administrator Account
• Press Windows Key + R
• Type cmd in the run command line and press CTRL + SHIFT + ENTER to gain administrative access
• Wait for the "C:\WINDOWS\System32>" to show up, copy and paste the following dos command and hit enter: net user administrator /active:yes
(this command will activate the default Administrator user account which is hidden in Windows 10)
• Sign out from your existing user account and sign in with the Administrator account
• Run Windows Update from there
• To hide the Administrator account, sign out from the Administrator account and log back in from your original user account
• Do the same step how to enable it and the command to use is: net user administrator /active:no

"""

And the following

Rebuilt Windows Update and deleted Windows Update Cache.


I have also run DISM and then SFC and re-booted.



Then tried to run all above updates. Only one update came up as already installed. All others either failed when run or appeared to run and when asked to reboot it only got to 7% before restarting PC. have noted that the first time on shutdown, the update should reach 30% before re-booting and then completing the update to 100%. All those that got to the restart stage only reached 7% before apparently failing.

Can someone please help? I have not run an inplace non-destructive upgrade.

There are scores of others out there with the same issue and apart from these generic suggestions I have not seen one person come back saying they have fixed the problem and been able to update.


Thank you in advance.

Continue reading...
 

Similar threads

I
Replies
0
Views
63
IgorMalusevic
I
L
Replies
0
Views
17
Lelly Em
L
I
Replies
0
Views
55
IgorMalusevic
I
Back
Top Bottom