Home >System Tutorial >Windows Series >Win10 version 1909 update encountered error code 0x80070020

Win10 version 1909 update encountered error code 0x80070020

WBOY
WBOYforward
2024-01-14 11:42:06850browse

If the computer we are using is installed with the win10 operating system, some friends may encounter the win10 version 1909 update error 0x80070020 when updating the system version. You can try restarting system services. See below for details~

Win10 version 1909 update encountered error code 0x80070020

win10 version 1909 update error 0x80070020

Method 1:

Restart Windows Update Service

1. Start the menu, enter, right-click, select to run

2. Enter the following commands one by one (copy and paste carefully):

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

3. Restart the machine and see the effect again

Win10 version 1909 update encountered error code 0x80070020

Method 2:

1. Uninstall third-party anti-virus, housekeeping, and optimization software from the device

2. Press Enter at the same time and press Enter

3. Click>> ;

(If you have enabled the fingerprint recognition function, please do not close the related services)

4. Start, click the tab, and disable all startup items

5. Restart the device

The above is all the content of the win10 version 1909 update error 0x80070020 that the editor brought to you. I hope you will like it. Please bookmark this site for more related tutorials~

The above is the detailed content of Win10 version 1909 update encountered error code 0x80070020. 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