Home  >  Article  >  System Tutorial  >  Solve the 0x80004005 error code that fails to upgrade win101803 to 1903

Solve the 0x80004005 error code that fails to upgrade win101803 to 1903

王林
王林forward
2024-01-08 23:57:32818browse

If we want to upgrade the currently installed win101803 version system to the latest win101903 system, but during the update process we encounter a prompt that the operation failed, error code 0x80004005, if we don’t know how to solve it, I think We can run the command prompt as administrator and pass the SC config wuauserv start code to solve the problem. Let’s take a look at how the editor did the detailed steps~

Solve the 0x80004005 error code that fails to upgrade win101803 to 1903

Win101803 fails to upgrade to 1903 and how to solve the error code 0x80004005

1. Start the start menu, Enter "cmd", right-click to run as administrator, and then execute the following commands in sequence:

SC config wuauserv start= auto

SC config bits start= auto

SC config cryptsvc start= auto

SC config trustedinstaller start= auto

Solve the 0x80004005 error code that fails to upgrade win101803 to 1903

SC config wuauserv type=share

net stop wuauserv

net stop cryptSvc

net stop bits

net stop msiserver

ren C:\Windows\SoftwareDistribution SoftwareDistribution.old

Solve the 0x80004005 error code that fails to upgrade win101803 to 1903

net start wuauserv

net start cryptSvc

net start bits

net start msiserver

2. Restart the device , try updating Windows again and see if the error still appears.

More win101803 related information:

>>>win101803 update 1909 error code 0x80070643

>>>win10 version 1803 update 1903 error code 0x80070643

>>>win101803 update upgrade 190960% failed

>>>win101803 update upgrade 1909 error code x80004005

>>>win101803 What to do if update 1909 fails with 0x80070003

The above is the detailed content of Solve the 0x80004005 error code that fails to upgrade win101803 to 1903. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:somode.com. If there is any infringement, please contact admin@php.cn delete