Skip to main content

Windows Local Drive System Migration or Clone Disk using DiskGenius

Preparations for Cloning C Drive

Before proceeding to the steps of cloning the C drive to an SSD, you should pay attention to following aspects.

1. The new SSD has enough storage space.

It is important to make sure the target SSD has sufficient storage space to receive all data on your C drive, for the cloning C drive process will create an exact copy of installed Windows 10 operating system, applications, and data. If the SSD is not large enough, you should consider cleaning up unnecessary files from the C drive in advance, or you are likely to face low disk space issue on the new SSD.

If the target SSD contains files, please also make sure these files have been backed up to somewhere else. That's because everything on the target SSD will be removed during the C drive cloning process.

2. Properly connect the SSD to your computer.

You can connect the new SSD to your computer using a USB-to-SATA cable or SSD-to-USB adapter, depending on whether your SSD is internal or external. Just ensure the SSD can be recognized correctly.

3. Free download, install and launch the C drive cloning software.

It is often easier and more reliable to use a third-party disk cloning program to clone the C drive and operating system to another drive in Windows 11/10/8/7. DiskGenius Free Edition is the recommended option, as it offers various free features regarding data backup, for example,

  • Migrate Windows operating system to a hard drive, SSD, or USB drive.
  • Transfer Windows operating system to VMware or VirtualBox virtual machine.
  • Clone a larger disk to a smaller one by way of files, sectors or file system structures.
  • Clone a partition to another by way of files, sectors or file system structures.
  • Clone a hard drive that has bad sectors, allowing to skip bad sectors.
  • Back up any partition into an image fille and support incremental backup.
  • Back up an entire hard drive into an image file.

The following two guides show you how to clone the C drive to an SSD or other devices using this free cloning software.

Method 1. Use the "System Migration" Feature to Migrate C Drive and OS

Step 1. Once the DiskGenius Free Edition is installed and launched, check if the target SSD is detected in the software. Then click "Tools" – "System Migration".

clone c drive to SSD windows 10

Step 2. Select the destination disk and click "OK".

This window will present you with all disks except for the system drive, and you should choose the correct one.

clone c drive to SSD windows 10

Step 3. Click "Start" button after making sure all settings are correct.

There might be other partitions on the original disk except for the C drive, and you can decide whether to clone all of them. If necessary, you can set the C drive size on the new SSD. Also, you can choose whether to change boot sequence automatically.

clone c drive to SSD windows 10

Step 4. Choose the cloning method between "Hot Migration" and "Reboot to WinPE".

clone c drive to SSD windows 10

Step 5. Wait for the cloning process to finish on its own. After the cloning process gets done, you will receive a message box displaying a confirmation message.


clone c drive to SSD windows 10

Here is the video guide of migrating Windows 10 to an SSD:




Method 2. Use the Disk Cloning Feature to Transfer C Drive

In addition to the "System Migration" feature, you can also achieve the C drive cloning using the "Clone Disk" feature which is also available for the DiskGenius Free Edition. The "Clone Disk" feature can not only clone the disk where Windows is installed, but also clone other hard drives, SSDs, USB flash drives, SD cards, virtual disks, etc. Here are the steps to clone the system disk to an SSD.

Step 1. Click "Tools" – "Clone Disk".

clone c drive to SSD windows 10

Step 2. Select the source disk and click "OK" button.

The source disk should be the one where your C drive is located, see the picture below:

clone c drive to SSD windows 10

Step 3. Select destination disk and click "OK".

Select the hard drive or SSD that prepares to receive the C drive as the target disk. Make sure you choose the correct drive.

clone c drive to SSD windows 10

Step 4. Configure cloning options and click "Start" button.

Before clicking the "Start" button, you can set some options for the drive cloning, for example,

Partitions to be cloned: In general, all partitions of the original hard drive will be cloned to the target hard drive or SSD. Since your aim is to clone C drive, you can exclude those partitions that you don't want to have on the target disk.

Partition size on the target disk: You can choose to extend or shrink the size of the C drive on the target disk as needed.

Clone method: Three methods are available for different purposes, and you can choose the one based on your requirements.

clone c drive to SSD windows 10

Step 5. Choose "Hot Migration", and the software will clone C drive to the new SSD without closing current system.

clone c drive to SSD windows 10

Step 6. Let the cloning process finish.

clone c drive to SSD windows 10



Comments

Popular posts from this blog

Two simple ways to block internet browsing using Windows Firewall.

  Here are two simple ways to block internet browsing using Windows Firewall. Choose Method A (Block all browsers) or Method B (Block specific browsers like Chrome/Edge/Firefox). ✅ METHOD A — BLOCK ALL INTERNET BROWSING (Recommended) This blocks ALL internet access for ALL applications except those you allow. Steps: Press Windows + R Type: wf.msc Press Enter On the left, click Outbound Rules On the right, click New Rule… Select Custom → Next Under Program , choose All programs → Next Under Protocol and Ports , click Next Under Scope , click Next Under Action , select: ✔ Block the connection Click Next Under Profile , select: ✔ Domain ✔ Private ✔ Public Click Next Name the rule: Block Internet Browsing Click Finish ✔ This will instantly disable ALL internet access. 🟨 OPTIONAL: Allow exceptions If you want to allow EXCEPTIONS (example: allow only MT5, or allow Windows Update): Create a New Outbound Rule Select Program Browse to the app...

Block Browser Using Software Restriction Policy

Here are several alternative ways to block web browsers in Windows (Chrome, Edge, Firefox, etc.) without using the firewall method you mentioned earlier . Choose the method that best fits your need. 1 . Block Browser Using AppLocker (Windows Pro/Enterprise) Blocks the browser application from opening completely. Steps: Press Win + R , type: secpol.msc Go to: Application Control Policies → AppLocker → Executable Rules Right-click → Create New Rule Select: Deny User = Standard user (not Admin) Choose Path : Chrome: C:\Program Files\Google\Chrome\Application\chrome.exe Edge: C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe Firefox: C:\Program Files\Mozilla Firefox\firefox.exe Apply. Result: User cannot open the browser. Admin still can. 2 . Block Browser Using Software Restriction Policy For Windows Pro. Steps: Press Win + R , type: gpedit.msc Navigate to: Computer Configuration → Windows Settings → Security Settings → Soft...

How to connect your Website domain name to a Cloud VPS hosting environment running XAMPP

To connect your Website domain name to a Cloud VPS hosting environment running XAMPP, follow these steps: Obtain Your VPS IP Address : Log in to your Contabo account and navigate to your VPS management section to find your server's public IP address. Configure Your Domain's DNS Settings : Access your domain registrar's control panel. Locate the DNS management section. Create an 'A' record pointing your domain (e.g., yourdomain.com ) to your VPS's public IP address. If you want ' www.yourdomain.com ' to also point to your VPS, add a 'CNAME' record for 'www' pointing to 'yourdomain.com'. Set Up Virtual Hosts in XAMPP : On your VPS, open the httpd-vhosts.conf file located at C:\xampp\apache\conf\extra\httpd-vhosts.conf . Add the following configuration, replacing placeholders with your actual domain and directory paths: <VirtualHost *:80> ServerAdmin [email protected] DocumentRoot "C:/xampp/ht...