Thema:
Reparaturversuch mit Dism flat
Autor: Fred LaBosch
Datum:26.11.20 17:53
Antwort auf:Windows 10 - Es ist mal wieder Update-Zeit von Fred LaBosch

Ich kann machen, was ich will, er meckert immer, dass er die Quelle nicht findet, obwohl ich genau diese Anleitung genutzt habe.

From various forums on the Internet, I've assembled following repair procedure:

Download MediaCreationTool from [http://go.microsoft.com/fwlink/?LinkId=691209]
Download Windows 10 Pro ISO with MediaCreationTool.exe to c:\temp\windows.iso
Use 7-zip for extract file c:\temp\windows.iso to folder c:\temp\windows
Convert install.esd to install.wim

Dism /Export-Image /SourceImageFile:c:\temp\windows\sources\install.esd /SourceIndex:1 /DestinationImageFile:c:\temp\windows\sources\install.wim /compress:max

Check index and windows version in .wim file
-index is used for next Dism command in parameter /Source:wim:path_to_wim:[index


Dism /Get-WimInfo /wimFile:c:\temp\windows\sources\install.wim

Restore health windows components from downloaded and converted windows image (wim):

Dism /Online /Cleanup-Image /RestoreHealth /Source:wim:c:\temp\windows\sources\install.wim:1 /LimitAccess

Repair corrupted files:

sfc /scannow

It will repair corrupted files - success message: Windows Resource Protection found corrupt files and successfully repaired them.

Restart Windows
Check System files again to be sure for succesfull repair:

sfc /scannow

Success message after scan: Windows Resource Protection did not find any integrity violations.]


< antworten >