A Windows 11 desktop computer experiences severe system corruption. A technician runs System File Checker (`sfc /scannow`), but the process fails with an error stating that corrupt files were found but could not be repaired. Next, the technician attempts to execute `dism /online /cleanup-image /restorehealth`, but the operation fails with error code `0x800f081f`, indicating that the repair source files could not be located because internet access is disabled and the local Side-by-Side (WinSxS) component store is damaged. The technician mounts a verified Windows 11 installation ISO assigned to drive letter `E:`. Which of the following commands must the technician execute to repair the local component store from the mounted ISO while preventing DISM from attempting to access online update servers?
- dism /online /cleanup-image /restorehealth /source:wim:E:\sources\install.wim:1 /limitaccessAnswer
- Bdism /online /cleanup-image /startcomponentcleanup /source:E:\sources\install.wim
- Csfc /scannow /offbootdir=C:\ /offwindir=C:\windows /source:E:\sources\install.wim
- Ddism /online /cleanup-image /analyzecomponentstore /source:wim:E:\sources\install.wim:1