meta data for this page
  •  

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
windows:windows10:0x8000ffff [2020/11/30 07:33] niziakwindows:windows10:0x8000ffff [2020/11/30 12:29] niziak
Line 25: Line 25:
         * Cannot works with QEMU SCSI Virtual Controller!         * Cannot works with QEMU SCSI Virtual Controller!
  
 +    * [[https://windowsreport.com/sfc-scannow-stops-windows-10/|Sfc /scannow stops on Windows 10 [BEST SOLUTIONS]]]
 +      * [[https://windowsreport.com/dism-failed-windows-10/|FIX: DISM failed on Windows 10]]
 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]]
Line 43: Line 45:
 REM or REM or
 REM use WIN10 installation CD-ROM as drive F: REM use WIN10 installation CD-ROM as drive F:
-Dism.exe /Online /Cleanup-Image /RestoreHealth /Source:F:\Sources\install.wim /LimitAccess+REM First list all images inside instalaltion CD: 
 +dism /Get-WimInfo /WimFile:F:\sources\install.wim 
 +REM remember index of your installation, i.e6 for Win 10 Pro 
 +dism /Online /Cleanup-Image /RestoreHealth /Source:WIM:F:\sources\install.wim:6 /LimitAccess
  
 REM or REM or
Line 56: Line 61:
 <code cmd> <code cmd>
 Dism.exe /Online /Cleanup-Image /StartComponentCleanup Dism.exe /Online /Cleanup-Image /StartComponentCleanup
 +Dism.exe /Online /Cleanup-Image /AnalyzeComponentStore
 sfc/scannow sfc/scannow
 Dism.exe /Online /Cleanup-Image /RestoreHealth Dism.exe /Online /Cleanup-Image /RestoreHealth
Line 61: Line 67:
 </code> </code>
  
-</code>+ 
 +https://www.wintips.org/fix-dism-source-files-could-not-be-found-windows-10-8/