Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Welcome to the Power Users community on Codidact!

Power Users is a Q&A site for questions about the usage of computer software and hardware. We are still a small site and would like to grow, so please consider joining our community. We are looking forward to your questions and answers; they are the building blocks of a repository of knowledge we are building together.

Ought I clone my C Windows drive, from my old SSD to new SSD in new computer?

+0
−1

To save time, rather than installing Windows and programs afresh, I fancy cloning my old C SSD, on to my new SSD in my new computer. But I am getting mixed messages on cloning! Who's correct?

When you have got a new SSD, you might feel confused about the way to configure an operating system for the new disk. Usually, you have three options:

  • Perform a clean install
  • Copy system disk to the SSD
  • Migrate operating system to the new disk

Against Cloning

On November 14 2013, Lincoln Spector of PCWorld "strongly recommend[ed] against cloning the drive on an old PC to a new one. You bring all of your old problems to a new machine. What’s more, you create more problems, because every Windows installation is adapted to the particular hardware it was installed on. Finally, you’ll have the same Windows license running on two computers (Microsoft doesn’t like that) while not using the license you paid for when you bought the new PC."

For Cloning

But, we don’t need to do it manually; we can use Macrium Reflect to migrate the entire Microsoft operating system (MOS) from the old PC to the new PC.

You could reinstall Windows from scratch, and in some situations, that may be preferable—but with the right tools, you can get up and running much quicker by copying your entire drive over to the new SSD.

On April 30 2020, gronostaj commented

This information is outdated. Windows has been dealing with hardware changes pretty well since Windows 7 and improved with each release.

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

1 comment thread

Your question does not contain enough information to make a recommendation. How messed up is your cur... (2 comments)

2 answers

+3
−0

Over time, the Windows folder keeps gathering crap and grow. Therefore, a fresh installation of Windows is bliss - it is the only 100% working way to get rid of all waste files that it picks up over the years. This is one of the reasons why it is recommended to install Windows on a HD of its own and everything important on another HD - so that you might nuke Windows and make a clean install in case it goes bananas.

Also all drivers installed will be irrelevant to the new computer but may cause conflicts. You don't want the drivers to be copied. And probably not other installed programs either.

So I strongly recommend to install it from scratch to save hard drive space and avoid unexpected conflicts and problems with drivers and installed programs.

Also you only need to install Windows manually if you are building the computer yourself from scratch. Pre-assembled computers come with Windows pre-installed these days and there aren't many reasons to "build" computers yourself nowadays, except as a hobby or for learning purposes.

History
Why does this post require moderator attention?
You might want to add some details to your flag.

1 comment thread

General comments (1 comment)
+0
−0

Cloning is fine provided you do a proper clone. Something I used to do with Win7 is to actually clone the partition with a partition manager, and then boot from the new one. After everything is fine, resize the partition to fill the disk.

  • The PCWorld article sounds like meaningless filler.
  • I haven't used Windows in years, but the hard drive change may trip DRM just like any hardware change.
  • You have to clone it properly - just drag&drop will not work because there are hidden/special files. Also things like primary vs. logical partitions.

Cloning will usually work, and it's faster than a brand new install. There is always a small chance that something will break, due to factors outside your control (eg. Microsoft copy protection). But if it doesn't work you can always go back to your old drive and try reinstalling.

History
Why does this post require moderator attention?
You might want to add some details to your flag.

0 comment threads

Sign up to answer this question »