Loading...
「ツール」は右上に移動しました。
利用したサーバー: natural-voltaic-titanium
0いいね 26回再生

0x80070308 Update Error code on Windows 11 / 10 Fixed

How to Fix Update Error code 0x80070308 on Windows 11 / 10.




dism /online /cleanup-image /scanhealth

dism /online /cleanup-image /checkhealth

dism /online /cleanup-image /restorehealth


net stop wuauserv

net stop cryptSvc

net stop bits

net stop msiserver


Del “%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\*.*”

rmdir %systemroot%\SoftwareDistribution /S /Q
rmdir %systemroot%\system32\catroot2 /S /Q
regsvr32.exe /s atl.dll
regsvr32.exe /s urlmon.dll
regsvr32.exe /s mshtml.dll

netsh winsock reset
netsh winsock reset proxy


net start wuauserv

net start cryptSvc

net start bits

net start msiserver

コメント