Fix Windows Update Error 0x80070246 in Windows 10 [3 Solutions] 2025

preview_player
Показать описание
How to Solve Windows Store Error 0x80070246 in Windows 10. How do I fix error code 0x80070246 in Windows 10. Error Code 0x80070246 when installing Windows Updates Fix. Steps to Fix Error 0x80070246 in Windows. Solution to Windows 10 Error Code 0x80070246. Fix Windows Update error code 0x80070246.

Works on Laptops, PCs and Tablets made by Samsung, Lenovo, Toshiba, Asus, Acer, HP, Dell, Alienware.
Комментарии
Автор

Thank you. This was the only solution that worked.
Created of a .bat of your instructions.

SC config wuauserv start=auto
SC config bits start=auto
SC config cryptsvc start=auto
SC config trustedinstaller start=auto
pause
net stop wuauserv
net stop cryptsvc
net stop bits
net stop msiserver
pause
ren SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
pause
net start wuauserv
net start cryptsvc
net start bits
net start msiserver
pause

danieljcage
Автор

Not working for me. I still have the error :
"2020-05 Mise à jour cumulative pour Windows 10 Version 1903 pour les systèmes x64 (KB4556799) - Erreur 0x80070246"
I'm also wondering why you should use powershell rather than cmd for typing the wuauclt.exe /updatenow command... Does that make any difference ???

pierre-aureliengeorges
Автор

gracias 2019 y aun funciona para este error = thanks 2019 and it still works for this error

kenylks