Transferring game setups from one drive to another
Transferring game setups from one drive to another
I have four distinct SSDs in my box and after organizing some files, I chose to assign one drive for installations. Is there an application available that can move data or programs between drives, saving you from having to reinstall? If reinstalling becomes necessary, is there a method to back up the data so that nothing is lost? Running Windows 11, Cheers
For Steam games, that feature is included by default.
To relocate an already installed game
Games library
Right click the game
Properties
Local Files
Move Install Folder
Steam games location
In the steam client:
Steam
Settings
Downloads
Steam Library Folders
Add library folder
You don't require any special software to relocate games unless a DRM system was installed with them that requires knowing their exact location. Simply transfer the games to a different drive, adjust any shortcuts you made, and you're all set.
If something previously searched for the game in its original installation directory, you can recreate a symlink there by:
Opening a command prompt or PowerShell with admin privileges
Navigating to the original game folder.
For example, if your game is in C:\Program Files\EA\Command & Conquer, stop at C:\Program Files\ and then run:
mklink /J [full path of game] [new folder name]
Or use:
mlink /J D:\Games\EA "C:\Program Files\EA"
Ensure any spaces in the path are enclosed in quotes.
Creating a symlink effectively makes applications believe the old locations are still active, while the operating system redirects requests to the new ones.
Programs like Steam, Rockstargames launcher, Ubisoft connect and EA app definitely offer methods to simplify game installations. In reality, this has turned into an enjoyable activity if you have the right hardware to accelerate the process. This might not be so simple with non-legitimate software, such as repackaged games, which lack straightforward installation options.