Home > System Tutorial > Windows Series > How to solve the problem of win101903 update installation failure

How to solve the problem of win101903 update installation failure

王林
Release: 2023-12-25 19:07:51
forward
1069 people have browsed it

Some friends may encounter win101903 update installation failure with error code 0xc1900130. The editor thinks that we can use the relevant code in the command prompt to fix the problem. Let’s take a look at the solutions to solve the problem.

How to solve win101903 update installation failure:

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

SC config wuauserv type=share

net stop wuauserv

net stop cryptSvc

net stop bits

net stop msiserver

ren C:\Windows \SoftwareDistribution SoftwareDistribution.old

net start wuauserv

net start cryptSvc

net start bits

net start msiserver

How to solve the problem of win101903 update installation failure

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

How to solve the problem of win101903 update installation failure

The above is the detailed content of How to solve the problem of win101903 update installation failure. For more information, please follow other related articles on the PHP Chinese website!

source:somode.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template