Home > Article > System Tutorial > 0x80070026 error solution: win101909 version update error fix
During the process of updating the system, I encountered the error code prompt 0x80070026. Many friends do not know how to solve it. This situation may be due to an internal error in the system, which can be repaired in the command prompt.
1. First start the "Start" menu, enter "cmd", right-click "Command Prompt" and select run as "Administrator".
2. Then enter the following commands in sequence (copy and paste carefully):
SC config wuauserv start= auto, press Enter
SC config bits start= auto, Press Enter
SC config cryptsvc start= auto, press Enter
SC config trustedinstaller start= auto, press Enter
SC config wuauserv type=share, press Enter Car
net stop wuauserv, press Enter
net stop cryptSvc, press Enter
net stop bits, press Enter
net stop msiserver, press Enter
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old, press Enter
ren C:\Windows\System32\catroot2 catroot2.old , press Enter
net start wuauserv, press Enter
net start cryptSvc, press Enter
net start bits, press Enter
net start msiserver, press Enter
netsh winsock reset, press Enter
3. Finally, restart the machine and see the effect.
The above is the detailed content of 0x80070026 error solution: win101909 version update error fix. For more information, please follow other related articles on the PHP Chinese website!