Moving Portal 2 to SSD?

Associate
Joined
19 Dec 2010
Posts
1,394
Hey guys. :)

I have Steam installed on my Data drive, but I want to put Portal 2 on my SSD as I'm playing it quite a bit at the moment.

I know it is possible through a command, but I did a quick google and couldn't find how to do it.

All help is appreciated. :)
 
All I do is use the mklink /j command to move game installs from Steam to another drive.

1. Find your steam game folders - mine is at C:\Program Files (x86)\Steam\steamapps\common

2. Move one of the folders to another drive. I normally just cut and paste.

3. From CMD prompt run:

mklink /j "C:\Program Files (x86)\Steam\steamapps\common\oldfoldername" "D:\Steam\oldfoldername"

This runs on the principal of mklink /j "Source Folder" "Target Folder"

4. This will create a shortcut/junction in the steam folder that takes you to the new location.
 
Back
Top Bottom