meta data for this page
  •  

This is an old revision of the document!


0x8000FFFF

Windows Update error 0x8000FFFF

Additional symptoms:

  • sfc /scannow stuck at 7% and cannot complete.
  • mmc.exe - app locked
  • Able to run mmc.exe from Power Shell run as Administrator

It looks like strange Windows files corruption.

Try to fix:

  • bitsadmin.exe /reset /allusers
  • chkdks /r
  • ICACLS C:\Windows\winsxs
    • It installs Windows RE and integrate it into boot menu
    • Cannot works with QEMU SCSI Virtual Controller!

Anty malware tools:

DISM:

Dism.exe /online /cleanup-image /scanhealth
Error: 4448
Sterownik WOF napotkał uszkodzenie w tabeli zasobów skompresowanego pliku.

Found hints on Internet:

Dism.exe /online /cleanup-image /restorehealth
 
REM or
REM use WIN10 installation CD-ROM as drive F:
Dism.exe /Online /Cleanup-Image /RestoreHealth /Source:F:\Sources\install.wim /LimitAccess
 
REM or
REM mount Windows folder from another healthy system as Y:
Dism.exe /Online /Cleanup-Image /RestoreHealth /Source:Y:\ /LimitAccess

doesn't help, the same error.

Solution ?

Dism.exe /Online /Cleanup-Image /StartComponentCleanup
sfc/scannow
Dism.exe /Online /Cleanup-Image /RestoreHealth
sfc/scannow

</code>