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. .
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".
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.
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!