banner



Windows 10 Can I Use A System Image From Another Computer To Repair File Damage?

On Windows 10, the Deployment Image Servicing and Management is a command-line tool that allows administrators to prepare, alter, and repair system images, including Windows Recovery Surroundings, Windows Setup, and Windows PE (WinPE). However, y'all can also use it with the local recovery image to fix system problems.

Typically, when y'all demand to troubleshoot a specific fault, figure out why the computer no longer boots correctly, or resolve performance issues, y'all tin can use the System File Checker tool to replace missing or corrupted organisation files using the recovery image. The caveat utilizing this approach is that if ane or more Windows x files in the local image are damaged, the SFC command won't work. In this scenario, you lot can utilise the "install.wim" image with DISM to repair the image and so apply the SFC tool to fix the setup without having to reinstall Windows.

In this Windows ten guide, we will walk you through the steps to apply the DISM and SFC tools to bring a reckoner back to a healthy working state without the need for reinstallation.

  • How to run DISM to repair image of Windows 10
  • How to run SFC to repair problems of Windows x

Warning: The commands outlined in this guide are non-destructive, just since you will be making system changes, it is still recommended to create a temporary full backup earlier proceeding.

How to apply DISM to repair image of Windows 10

On Windows 10, the DISM command tool includes three options to repair an image, including "CheckHealth," "ScanHealth," and "RestoreHealth," which you want to use in club. Also, depending on the issue, you lot tin can use the "RestoreHealth" option to ready the locally available prototype using different source files.

DISM command with CheckHealth option

The CheckHealth option with the DISM tool allows you to decide any corruptions inside the local Windows 10 epitome. However, the option does not perform whatever repairs.

To check the Windows 10 image for issues with DISM, use these steps:

  1. Open Start.
  2. Search for Control Prompt, correct-click the top result, and select the Run as administrator selection.
  3. Type the following control to perform a quick bank check and printing Enter:

    DISM /Online /Cleanup-Epitome /CheckHealth

    DISM CheckHealth Source: Windows Primal

Once y'all complete the steps, the Deployment Epitome Servicing and Management tool will run and verify any data abuse that may require fixing.

DISM command with ScanHealth option

The ScanHealth option does a more advanced browse to find out whether the epitome has any bug.

To check epitome problems with the ScanHealth option, use these steps:

  1. Open up Showtime.
  2. Search for Control Prompt, right-click the top event, and select the Run equally ambassador choice.
  3. Type the following command to perform an advanced DISM scan and press Enter:

    DISM /Online /Cleanup-Image /ScanHealth

    DISM ScanHealth Source: Windows Central

Afterward you complete the steps, the browse may take several minutes to bank check whether the Windows 10 epitome needs repairing.

DISM command with RestoreHealth option

If there are problems with the arrangement image, use DISM with the RestoreHealth option to automatically browse and repair common problems.

To repair Windows 10 image problems with the DISM control tool, use these steps:

  1. Open Start.
  2. Search for Command Prompt, right-click the superlative result, and select the Run equally ambassador option.
  3. Type the following command to repair the Windows 10 prototype and printing Enter:

    DISM /Online /Cleanup-Image /RestoreHealth

    DISM RestoreHealth on Windows 10 Source: Windows Central

    Quick notation: If the control appears stuck, this is normal behavior. After a few minutes, the procedure will complete successfully.

Once you complete the steps, the tool will connect to Windows Update online to download and replace damaged files (as necessary).

Set problems with DISM using install.wim epitome

The Deployment Image Servicing and Management control normally doesn't cause issues. However, if the tool finds problems replacing the damaged files or the figurer isn't connected to the net, you will need to provide another image using the Source option. Typically, y'all can use an "install.wim" or "install.esd" file from another device, bootable install media, or Windows 10 ISO file. You lot just need to make certain that the files match the version, edition, and language of the version of Windows 10 you are trying to fix.

Download Windows 10 ISO file

If you need to utilize some other file source, it is recommended to use the Media Cosmos Tool to download a fresh copy of Windows 10.

To download the ISO file of Windows 10, utilise these steps:

  1. Open this Microsoft support website.
  2. Click the Download tool now button.
  3. Double-click the MediaCreationToolxxxx.exe file to launch the setup.
  4. Click the Accept push button to agree to the terms.
  5. Select the Create installation media (USB flash drive, DVD, or ISO file) for some other PC option.

    Media Creation Tool create media for another PC Source: Windows Central

  6. Click the Next push button.
  7. Click the Next push button again.

    Select language, architecture, and edition Source: Windows Central

  8. Select the ISO file option.

    Media Creation Tool ISO file option Source: Windows Cardinal

  9. Click the Side by side button.
  10. Select the destination to store the Windows 10 ISO file.
  11. Click the Save push.
  12. Click the link to open the file location with File Explorer.

    Open Windows 10 ISO location Source: Windows Fundamental

  13. Click the Stop push button.
  14. Double-click the Windows.iso file to mount the image.
  15. Nether the "This PC" department, confirm the drive letter of the alphabet for the mount signal.

    Windows 10 ISO driver letter Source: Windows Cardinal

After you complete the steps, y'all can continue with the DISM tool using the "Source" option to repair the local image.

Gear up Windows 10 recovery image

To run Deployment Image Servicing and Management tool with an alternate source (install.wim) image, apply these steps:

  1. Open Beginning.
  2. Search for Command Prompt, right-click the top event, and select the Run every bit administrator option.
  3. Type the following control to repair the Windows 10 image and press Enter:

    DISM /Online /Cleanup-Image /RestoreHealth /Source:Due east:\Sources\install.wim

    DISM RestoreHealth with install.wim file Source: Windows Cardinal

    In the command, replace "F" with the ISO mount point drive letter of the alphabet in File Explorer.

  4. (Optional) Type the following control to limit the utilize of Windows Update and press Enter:

    DISM /Online /Cleanup-Epitome /RestoreHealth /Source:Due east\Sources\install.wim /LimitAccess

  5. (Optional) Type the post-obit variant of the previous command to accomplish the same job and press Enter:

    DISM /Online /Cleanup-Image /RestoreHealth /Source:wim:East:\Sources\install.wim:1 /LimitAccess

    In the command, alter E:\Sources, for the path to the "install.wim" file.

Once you complete the steps, the command will scan and repair the bug using the "install.wim" file you specified as the culling source.

Fix problems with DISM using ESD epitome

If you accept an encrypted "install.esd" image, it's possible to use it to repair the damaged files on Windows 10.

To use DISM with an "install.esd" epitome file as the source to repair Windows 10, employ these steps:

  1. Open Start.
  2. Search for Control Prompt, correct-click the elevation result, and select the Run as ambassador option.
  3. Type the post-obit command to repair the image with an "install.esd" file and press Enter:

    DISM /Online /Cleanup-Paradigm /RestoreHealth /Source:C:\ESD\Windows\sources\install.esd

    DISM Restorehealth install.esd Source: Windows Cardinal

    In the command, change C:\ESD\Windows\sources with the path to the location of the ".esd" file (if different).

  4. (Optional) Type the following control to limit the use of Windows Update and press Enter:

    DISM /Online /Cleanup-Image /RestoreHealth /Source:C:\ESD\Windows\sources\install.esd /LimitAccess

  5. (Optional) Type the following variant of the previous command to accomplish the aforementioned task and printing Enter:

    DISM /Online /Cleanup-Epitome /RestoreHealth /Source:esd:C:\ESD\Windows\sources\install.esd:1 /LimitAccess

  6. (Optional) Type the following control to utilise an install.esd file located in some other drive and press Enter:

    DISM /Online /Cleanup-Epitome /RestoreHealth /Source:E:\Sources\install.esd

    In the command, replace E:\Sources with the path to the location of the "install.esd" file.

After you complete the steps, the tool will repair the damaged files using the files included in the "install.esd" image.

How to run SFC to repair issues on Windows 10

The in a higher place instructions volition resolve problems with the system image, non the issues with the Windows x installation. After restoring the image to a healthy state, employ the System File Checker (SFC) command tool to repair the current setup.

To use the SFC command tool to repair Windows x problems, use these steps:

  1. Open Beginning.
  2. Search for Command Prompt, correct-click the top result, and select the Run equally administrator option.
  3. Type the post-obit command to repair the installation and press Enter:

    SFC /scannow

    Windows 10 installation repair with SFC Source: Windows Central

    Quick tip: If errors are found, yous may want to run the command around three times to ensure that everything was fixed correctly.

Once you lot consummate the steps, the System File Checker tool will repair the system files using the local image files, and the log files will be saved on %windir%/Logs/CBS/CBS.log and %windir%\Logs\DISM\dism.log, which you lot tin view to go more details nigh the process.

Y'all tin can use this guide to learn more ways to use the SFC tool to fix bug on Windows 10.

More Windows resources

For more helpful articles, coverage, and answers to common questions well-nigh Windows 10 and Windows 11, visit the post-obit resources:

  • Windows 11 on Windows Central — All yous demand to know
  • Windows 11 assist, tips, and tricks
  • Windows 10 on Windows Central — All you lot demand to know

We may earn a commission for purchases using our links. Acquire more.

Source: https://www.windowscentral.com/how-use-dism-command-line-utility-repair-windows-10-image

Posted by: roththersellse.blogspot.com

0 Response to "Windows 10 Can I Use A System Image From Another Computer To Repair File Damage?"

Post a Comment

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel