How to solve win102004 update issues

WBOY
Release: 2023-12-25 12:37:16
forward
1118 people have browsed it

Many users use the win10 system on their computers, and more of them choose the 2004 version. However, many users say they have encountered the problem of being unable to update, so how to solve it? Let’s take a look below.

win102004 cannot be updated:

1. Press "win r" to open run and enter cmd.

How to solve win102004 update issues

2. Enter the code in the command prompt and press Enter.

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.oldold

ren C:\Windows\System32\catroot2 catroot2.oldold

net start wuauserv

net start cryptSvc

net start bits

net start msiserver

netsh winsock reset

How to solve win102004 update issues

3. Restart the computer after completion.

How to solve win102004 update issues

The above is the detailed content of How to solve win102004 update issues. 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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!