How to solve the 0x80070002 error in win101909 silent problem

王林
Release: 2023-12-27 15:17:15
forward
894 people have browsed it

When the 0x80070002 error prompt interface appears in the system, in response to this problem, the editor thinks that you can try to delete the temporary files in the system, or use the relevant code in the command prompt to repair the problem. .

Win101909 No Sound 0x80070002 How to solve:

Method 1: Stop Windows Update Service

1. Open the "Control Panel", change the view mode to large icons, and then click "Management Tools".

2. Open "Service" in the management tool.

3. Right-click on the "Windows Update" service, and then click "Stop".

How to solve the 0x80070002 error in win101909 silent problem

Method 2: Delete temporary files

1. Stop the Windows Update service.

2. Right-click "Start Menu-Settings-System-Storage".

3. Select the system disk, usually the C drive.

4. Click "Temporary File" below.

5. Click the "Delete Temporary Files" button.

6. Restart the Windows Update service.

7. Try checking for Windows updates again.

How to solve the 0x80070002 error in win101909 silent problem

Method 3: Restart Windows Update Service

1. Start the "Start" menu, enter "cmd", right-click "Command Prompt" and select Run as "Administrator".

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.

4. If the problem still persists, please download and run Microsoft's official "Microsoft Fix it" repair tool.

The above is the detailed content of How to solve the 0x80070002 error in win101909 silent problem. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
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