Install Windows
select Next > Repair your computer
System Recovery Options
select > Command Prompt
BCDEDIT
and identify the system boot optionsDism /Image:C:\ /Cleanup-Image /CheckHealth
Dism /Image:C:\ /Cleanup-Image /ScanHealth
Dism /Image:C:\ /Cleanup-Image /RestoreHealth /Source:c:\test\mount\windows /LimitAccess
md c:\repair
copy x:\sources\install.wim c:\repair
dism /Get-WimInfo /WimFile:c:\repair\install.wim
dism /Get-WimInfo /WimFile:c:\repair\install.wim /index:2
md c:\repair\mount
Dism /Mount-Image /ImageFile:c:\repair\install.wim /index:2 /MountDir:c:\repair\mount