Do you know what DISM is and how to use DISM to clone disk in Windows 10/11? This post from MiniTool Website will give you comprehensive guidance and introduce you to an easier way, namely, MiniTool ShadowMaker. With it, you can easily clone a disk.

About DISM Command

As the term suggests, DISM (Deployment Image Servicing and Management) is a command-line tool to service and prepare Windows image files (.wim) such as those used for Windows Recovery Environment (Windows RE), Windows PE, etc. Additionally, you can make use of the feature for a Windows image file(.wim) or a virtual hard disk (.vhd or .vhdx).

DISM is a built-in program in Windows that can be used via Command Prompt or Windows PowerShell. It can scan and repair issues with the .wim store on Windows and troubleshoot and fix damaged or faulty system files and disk errors.

How to Use DISM to Clone Disk

Although DISM is not specifically used for cloning disks, you can still copy data from one disk to another with it. Follow the stepwise guide below to learn how to use DISM to clone disk in Windows 10/11.

How To Use The DISM Command Tool In Windows 11
How To Use The DISM Command Tool In Windows 11

Do you know what Windows 11 DISM is? How to use & fix the DISM command tool in a Windows 11 computer properly?

Read More

Create an Image of the Source Disk

Step 1: Type Command Prompt in Windows search and open it. Then run the following command to confirm if the captured partition has assigned drive letters.

diskpart

list disk

select disk – ( represents the unique number assigned to the main hard disk)

list partition

select partition – ( represents the partition that needs a drive letter)

assign letter=b (Assign the partition with a drive letter b)

exit

input the above command lines

Step 2: Press the Win + X keys together and select Windows PowerShell (Admin).

Step 3: Type the command Dism /Capture-Image /ImageFile:C:\my-windows-partition.wim /CaptureDir:C:\ /Name:”My Windows partition”.

Note:
You need to replace C:\my-windows-partition.wim with the targeted path and filename of the disk image you want to create. Change C:\ to the drive letter of the source disk and change My Windows partition to the special name of your disk image.

Step 4: Save the image to a safe destination such as an external drive or a network location. If you choose a network location, like net use W: \\PC name\ShareName, you need to run the command lines below to copy partitions to your network share. Besides, you need to provide the network credentials if necessary.

md N:\Images\

copy C:\my-windows-partition.wim N:\Images\

copy C:\my-system-partition.wim N:\Images\

How to Create an Image of a USB Drive? Run MiniTool ShadowMaker!
How to Create an Image of a USB Drive? Run MiniTool ShadowMaker!

How to create an image of a USB drive so that you can copy that USB image to another USB drive? This post gives a full guide.

Read More

Apply the Image to Another Disk

Run the following commands to apply the image to your new disk.

Dism /Apply-Image /ImageFile:N:\Images\my-windows-partition.wim /Index:1 /ApplyDir:W:\

Note:
Change N:\Images\my-windows-partition.wim to the path of your disk image on the destination drive. Change Index:1 to the index of the image in the wim file (often 1). Change W:\ to the drive letter of the target disk.

After finishing the steps above, if everything goes well, you have successfully cloned the disk using DISM. If you think using DISM to capture the entire disk is hard to operate because of its cumbersome steps, you can get an easier alternative from the following part.

Clone a Hard Drive with MiniTool ShadowMaker

We have a better option for you. That’s MiniTool ShadowMkaer, a wonderful data migration software for Windows.

If this is your first time using MiniTool ShadowMaker, you may think it is a backup software to help backup files, folders, disks, and partitions, as well as the operating system. What’s interesting is this tool also provides more functions such as restoration, file syncing, disk cloning, and more. Plenty of features in Tools are available.

The Clone Disk feature enables you to perform a disk clone with simple clicks such as cloning HDD to SSD or cloning SSD to larger SSD.

MiniTool ShadowMaker TrialClick to Download100%Clean & Safe

The below brief tutorial can guide you to clone a disk using MiniTool ShadowMaker.

Step 1: Launch MiniTool ShadowMaker and click Keep Trial.

Step 2: Choose the Tools tab and click Clone Disk.

choose Clone Disk

Step 3: Go to Options at the bottom. You can see New disk ID is selected by default. Switch to Disk clone mode, choose Used sector clone or Sector by sector clone. Then click OK to continue.

Step 4: Select the source disk you want to clone, click Next to continue to choose where the copy has been stored, and click the Start button to perform the cloning.

click the Start button
Tips:
You’d better use an empty drive as the target disk as data stored on the disk will be destroyed. Plus, when it comes to system disk cloning, you need to register for an advanced software edition.

Step 5: When you are ready to clone, click OK to start the task. This process will take some time. If you need to do other work, you can check the box next to Shut down the computer when the operation is completed. Then the computer will power off automatically after finishing.

In case you are interested, you can get more details by reading this article – A Detailed Guide to Clone Disk with MiniTool ShadowMaker.

To boot your computer from the cloned disk, you need to remove the old hard drive and plug in the new one. Power on your computer, enter the BIOS setting (usually hit F2, F10, F12, or Del), and then change the boot priority to the cloned disk.

What If Cloned Drive/SSD Won’t Boot Windows 11/10/8/7? Fix It!
What If Cloned Drive/SSD Won’t Boot Windows 11/10/8/7? Fix It!

If you run into the case – cloned drive won’t boot Windows 11/10/8/7, how to fix it? This post shows you multiple fixes to help you out.

Read More

Bottom Line

From the on-screen introduction, you should have a clear understanding of the problem of how to use DISM to clone disk on Windows 10/11. In addition to DISM commands, we also share an optional alternative, MiniTool ShadowMaker, with you to clone a hard drive. It can make cloning easier. If you have any problem with MiniTool ShadowMaker, please don’t hesitate to contact us via [email protected]. we will reply to you as soon as possible.

  • linkedin
  • reddit