Introduction
In this tech support guide, we'll walk you through the process of keeping your old user data while performing a new Windows 10 install on a separate boot drive. This can be especially useful if you've wanted a separate boot drive for a while but haven't had the chance, or if your current Windows 10 installation has developed problems and you want to start fresh.
Why Keep Old User Data with a New Windows 10 Install?
One of the great things about performing a new Windows 10 install on a separate boot drive is that you don't have to lose any of your old user data in the process. This can save you hours of time and frustration, as you won't have to manually transfer files, settings, and programs from your old installation to your new one.
Preparation: Backup Important Data
Before we begin, it's always a good idea to backup any important data on your current Windows 10 installation. This will give you an extra layer of protection in case anything goes wrong during the new install process. You can use an external hard drive or a cloud storage service like OneDrive or Google Drive for this.
Step 1: Connect the New Boot Drive
The first step is to connect your new boot drive to your computer. This can be done using a SATA cable and a power cable that connects to your computer's power supply. Once the drive is connected, you can turn on your computer and verify that it's being recognized correctly.
Step 2: Install Windows 10 on the New Boot Drive
Next, you'll need to install Windows 10 on the new boot drive. This process is similar to installing Windows 10 on a new computer, but instead of selecting the default drive, you'll need to select the new boot drive that you just connected.
# Example code snippet
# Use the following command to list all drives:
diskpart
list disk
# Select the new drive:
select disk 1
# Clean the drive:
clean
# Create a new primary partition:
create partition primary
# Format the drive using NTFS:
format fs=ntfs
# Assign a letter to the drive:
assign letter=F
# Exit diskpart:
exit
When prompted, you can choose to keep your old files and settings. This will ensure that all of your old user data is preserved, including documents, photos, and program settings.
Step 3: Boot from the New Drive
After the installation is complete, you'll need to change your computer's boot order to boot from the new drive. This can typically be done by entering your computer's BIOS settings at startup.
Step 4: Transfer Data and Programs
Once you've booted from the new drive, you can begin transferring data and programs from your old Windows 10 installation to your new one. This can be done manually, or you can use a program like Laplink PCmover to automate the process.
Keeping old user data while performing a new Windows 10 install on a separate boot drive is a great way to save time and avoid frustrating data transfers. By following the steps outlined in this guide, you'll be able to keep all of your old files, settings, and programs while starting fresh with a new Windows 10 installation.
References
-
Microsoft Windows 10 Step-by-Step Guide: Microsoft Official Academic Course
Author: William Stanek
Publisher: Microsoft Press
Date: 2017 -
How to Install Windows on a New Hard Drive or SSD the Easy Way
Author: Chris Hoffman
Publication Date: February 28, 2017 -
Laplink PCmover
https://www.laplink.com/pcmove
Accessed: March 10, 2023