meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
windows:windows10:0x8000ffff [2020/11/24 17:15] – created niziakwindows:windows10:0x8000ffff [2020/11/30 08:33] niziak
Line 7: Line 7:
     * Able to run ''mmc.exe'' from Power Shell run as Administrator     * Able to run ''mmc.exe'' from Power Shell run as Administrator
  
-Solutions:+It looks like strange Windows files corruption. 
 + 
 +Try to fix: 
     * ''bitsadmin.exe /reset /allusers''     * ''bitsadmin.exe /reset /allusers''
     * ''chkdks /r''     * ''chkdks /r''
     * ''ICACLS C:\Windows\winsxs''     * ''ICACLS C:\Windows\winsxs''
 +    * [[https://toolslib.net/downloads/viewdownload/1-adwcleaner/|ADW Cleaner]]
 +
 +    * [[https://docs.microsoft.com/pl-pl/windows/deployment/update/servicing-stack-updates|Servicing Stack Update]]
 +        * ''systeminfo'' - check Windows version
 +        * [[https://msrc.microsoft.com/update-guide/en-us/vulnerability/ADV990001|Latest SSU Updates]]
 +        * Install [[https://www.catalog.update.microsoft.com/Search.aspx?q=KB4586864|KB4586864]]
 +
 +    * [[https://smartfix.pro/SmartFix.exe|Smart Fix]]
 +        * It installs Windows RE and integrate it into boot menu
 +        * Cannot works with QEMU SCSI Virtual Controller!
 +
 Anty malware tools: Anty malware tools:
     * [[https://www.dobreprogramy.pl/Farbar-Recovery-Scan-Tool,Program,Windows,46164.html|Farbar Recovery Scan Tool FRST]]     * [[https://www.dobreprogramy.pl/Farbar-Recovery-Scan-Tool,Program,Windows,46164.html|Farbar Recovery Scan Tool FRST]]
     *      * 
 +
 +
 +DISM:
 +<code cmd>
 +Dism.exe /online /cleanup-image /scanhealth
 +Error: 4448
 +Sterownik WOF napotkał uszkodzenie w tabeli zasobów skompresowanego pliku.
 +</code>
 +
 +Found hints on Internet:
 +<code cmd>
 +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
 +</code>
 +
 +doesn't help, the same error.
 +
 +===== Solution ? =====
 +
 +<code cmd>
 +Dism.exe /Online /Cleanup-Image /StartComponentCleanup
 +sfc/scannow
 +Dism.exe /Online /Cleanup-Image /RestoreHealth
 +sfc/scannow
 +</code>
 +
 +</code>
 +