Control Panel\All Control Panel Items Control Panel\All Control Panel Items sfc = sfc /scannow DISM: fix is as follows Type DISM.exe /Online /Cleanup-image /Restorehealth Can check DISM.exe /Online /Cleanup-image /ScanHealth then run : sfc/ scannow all from c: prompt as admin. (note the space before each "l"), and then press Enter. (Note: This step may take a few minutes to start and up to 30 minutes to complete.) For Image fix and mount Win 11 iso in virtual drive D- use prompt as administrator Image fix with dism DISM.exe /Online /Cleanup-Image /RestoreHealth /Source:D:\Sources\install.wim DISM.exe /Online /Cleanup-Image /RestoreHealth C:\Windows\System32>dism/? Deployment Image Servicing and Management tool Version: 10.0.22621.2792 DISM.exe [dism_options] {Imaging_command} [] DISM.exe {/Image: | /Online} [dism_options] {servicing_command} [] DESCRIPTION: DISM enumerates, installs, uninstalls, configures, and updates features and packages in Windows images. The commands that are available depend on the image being serviced and whether the image is offline or running. FFU COMMANDS: /Capture-Ffu - Captures a physical disk image into a new FFU file. /Apply-Ffu - Applies an .ffu image. /Split-Ffu - Splits an existing .ffu file into multiple read-only split FFU files. /Optimize-Ffu - Optimizes a FFU file so that it can be applied to storage of a different size. WIM COMMANDS: /Apply-CustomDataImage - Dehydrates files contained in the custom data image. /Capture-CustomImage - Captures customizations into a delta WIM file on a WIMBoot system. Captured directories include all subfolders and data. /Get-WIMBootEntry - Displays WIMBoot configuration entries for the specified disk volume. /Update-WIMBootEntry - Updates WIMBoot configuration entry for the specified disk volume. /List-Image - Displays a list of the files and folders in a specified image. /Delete-Image - Deletes the specified volume image from a WIM file that has multiple volume images. /Export-Image - Exports a copy of the specified image to another file. /Append-Image - Adds another image to a WIM file. /Capture-Image - Captures an image of a drive into a new WIM file. Captured directories include all subfolders and data. /Get-MountedWimInfo - Displays information about mounted WIM images. /Get-WimInfo - Displays information about images in a WIM file. /Commit-Wim - Saves changes to a mounted WIM image. /Unmount-Wim - Unmounts a mounted WIM image. /Mount-Wim - Mounts an image from a WIM file. /Remount-Wim - Recovers an orphaned WIM mount directory. /Cleanup-Wim - Deletes resources associated with mounted WIM images that are corrupted. GENERIC IMAGING COMMANDS: /Split-Image - Splits an existing .wim file into multiple read-only split WIM (SWM) files. /Apply-Image - Applies an image. /Get-MountedImageInfo - Displays information about mounted WIM and VHD images. /Get-ImageInfo - Displays information about images in a WIM, a VHD or a FFU file. /Commit-Image - Saves changes to a mounted WIM or VHD image. /Unmount-Image - Unmounts a mounted WIM or VHD image. /Mount-Image - Mounts an image from a WIM or VHD file. /Remount-Image - Recovers an orphaned image mount directory. /Cleanup-Mountpoints - Deletes resources associated with corrupted mounted images. IMAGE SPECIFICATIONS: /Online - Targets the running operating system. /Image - Specifies the path to the root directory of an offline Windows image. DISM OPTIONS: /English - Displays command line output in English. /Format - Specifies the report output format. /WinDir - Specifies the path to the Windows directory. /SysDriveDir - Specifies the path to the system-loader file named BootMgr. /LogPath - Specifies the logfile path. /LogLevel - Specifies the output level shown in the log (1-4). /NoRestart - Suppresses automatic reboots and reboot prompts. /Quiet - Suppresses all output except for error messages. /ScratchDir - Specifies the path to a scratch directory. For more information about these DISM options and their arguments, specify an option immediately before /?. Examples: DISM.exe /Mount-Wim /? DISM.exe /ScratchDir /? DISM.exe /Image:C:\test\offline /? DISM.exe /Online /?