Reply to thread

Note: I've removed the SOFTWARE hive from the config folder because it contains sensitive data!


The SYSTEM hive looks good, so you have successfully repaired this file. So please do the following to replace the corrupt and missing files.


1. Download WinSxS.zip and extract this file on the USB-stick with the Windows ISO.

2. Run the following DISM command and replace X with the driveletter of the USB-stick.

[code]

Dism  /image:D:  /Cleanup-Image  /RestoreHealth  /Source:X:\WinSxS

[/code]


Back
Top