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

Try to fix:

  • bitsadmin.exe /reset /allusers
  • chkdks /r
  • ICACLS C:\Windows\winsxs

Anty malware tools:

DISM:

Dism.exe /online /cleanup-image /scanhealth
Error: 4448
Sterownik WOF napotkał uszkodzenie w tabeli zasobów skompresowanego pliku.
Dism.exe /online /cleanup-image /restorehealth
 
REM mount Windows folder from another healthy system as Y:
Dism.exe /online /cleanup-image /restorehealth /Source:Y:\ /LimitAccess

</code>