How to fix Windows update error 0x800706c6 in windows 11

Sdílet
Vložit
  • čas přidán 8. 09. 2024
  • Type cmd in Windows search.
    Right-click on Command Prompt and pick Run as administrator
    sfc /scannow
    DISM /Online /Cleanup-Image /CheckHealth
    DISM /Online /Cleanup-Image /ScanHealth
    DISM /Online /Cleanup-Image /RestoreHealth
    --------------------------------------------------------------------------------------------------
    Type cmd in Windows search.
    Right-click on Command Prompt and pick Run as administrator
    net stop bits
    net stop wuauserv
    net stop appidsvc
    net stop cryptsvc
    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 bits
    net start wuauserv
    net start appidsvc
    net start cryptsvc

Komentáře •