How do i make a folder like C:/“folder name” go to D:/“folder name” without changing the location....
I had a folder at C:Steamsteamappscommon that was located on to D:Steamsteamappscommon.
So steam would download files in the C drive but the games would get installed on D.
I fixed this with a command in cmd, steam still thinks it is the same folder on C: but in reality the files where stored on D:.
When i updated windows the functionality whas gone, games started to install on the C drive and clicking the folder would open C:Steamsteamappscommon instead of D:Steamsteamappscommon.
I know i achieved to do this with one cmd command but i don't know what i did anymore, can anyone help me?
I'm not trying to change the download location but only the install, i want steam to use D instead of C but use C for downloading.
windows cmd.exe steam folder-redirection
add a comment |
I had a folder at C:Steamsteamappscommon that was located on to D:Steamsteamappscommon.
So steam would download files in the C drive but the games would get installed on D.
I fixed this with a command in cmd, steam still thinks it is the same folder on C: but in reality the files where stored on D:.
When i updated windows the functionality whas gone, games started to install on the C drive and clicking the folder would open C:Steamsteamappscommon instead of D:Steamsteamappscommon.
I know i achieved to do this with one cmd command but i don't know what i did anymore, can anyone help me?
I'm not trying to change the download location but only the install, i want steam to use D instead of C but use C for downloading.
windows cmd.exe steam folder-redirection
Instead of doing that, why not just make D your default install location for the games? That makes no sense that you want to "use C for downloading" and always store the game on D. You can also easily move games from one drive to another within the Steam application.
– DrZoo
Jan 14 at 15:50
I don't know what commnd you used the first time, but an application called Steam Mover would do the linking and game moving for you. I used to use this before Steam supported moving games in their application.
– DrZoo
Jan 14 at 15:51
"I fixed this with a command" - Please edit your question, to specify the exact command you used, your question cannot be answered without this relevant necessary information.
– Ramhound
Jan 14 at 20:18
add a comment |
I had a folder at C:Steamsteamappscommon that was located on to D:Steamsteamappscommon.
So steam would download files in the C drive but the games would get installed on D.
I fixed this with a command in cmd, steam still thinks it is the same folder on C: but in reality the files where stored on D:.
When i updated windows the functionality whas gone, games started to install on the C drive and clicking the folder would open C:Steamsteamappscommon instead of D:Steamsteamappscommon.
I know i achieved to do this with one cmd command but i don't know what i did anymore, can anyone help me?
I'm not trying to change the download location but only the install, i want steam to use D instead of C but use C for downloading.
windows cmd.exe steam folder-redirection
I had a folder at C:Steamsteamappscommon that was located on to D:Steamsteamappscommon.
So steam would download files in the C drive but the games would get installed on D.
I fixed this with a command in cmd, steam still thinks it is the same folder on C: but in reality the files where stored on D:.
When i updated windows the functionality whas gone, games started to install on the C drive and clicking the folder would open C:Steamsteamappscommon instead of D:Steamsteamappscommon.
I know i achieved to do this with one cmd command but i don't know what i did anymore, can anyone help me?
I'm not trying to change the download location but only the install, i want steam to use D instead of C but use C for downloading.
windows cmd.exe steam folder-redirection
windows cmd.exe steam folder-redirection
asked Jan 14 at 15:43
10jasper1010jasper10
33
33
Instead of doing that, why not just make D your default install location for the games? That makes no sense that you want to "use C for downloading" and always store the game on D. You can also easily move games from one drive to another within the Steam application.
– DrZoo
Jan 14 at 15:50
I don't know what commnd you used the first time, but an application called Steam Mover would do the linking and game moving for you. I used to use this before Steam supported moving games in their application.
– DrZoo
Jan 14 at 15:51
"I fixed this with a command" - Please edit your question, to specify the exact command you used, your question cannot be answered without this relevant necessary information.
– Ramhound
Jan 14 at 20:18
add a comment |
Instead of doing that, why not just make D your default install location for the games? That makes no sense that you want to "use C for downloading" and always store the game on D. You can also easily move games from one drive to another within the Steam application.
– DrZoo
Jan 14 at 15:50
I don't know what commnd you used the first time, but an application called Steam Mover would do the linking and game moving for you. I used to use this before Steam supported moving games in their application.
– DrZoo
Jan 14 at 15:51
"I fixed this with a command" - Please edit your question, to specify the exact command you used, your question cannot be answered without this relevant necessary information.
– Ramhound
Jan 14 at 20:18
Instead of doing that, why not just make D your default install location for the games? That makes no sense that you want to "use C for downloading" and always store the game on D. You can also easily move games from one drive to another within the Steam application.
– DrZoo
Jan 14 at 15:50
Instead of doing that, why not just make D your default install location for the games? That makes no sense that you want to "use C for downloading" and always store the game on D. You can also easily move games from one drive to another within the Steam application.
– DrZoo
Jan 14 at 15:50
I don't know what commnd you used the first time, but an application called Steam Mover would do the linking and game moving for you. I used to use this before Steam supported moving games in their application.
– DrZoo
Jan 14 at 15:51
I don't know what commnd you used the first time, but an application called Steam Mover would do the linking and game moving for you. I used to use this before Steam supported moving games in their application.
– DrZoo
Jan 14 at 15:51
"I fixed this with a command" - Please edit your question, to specify the exact command you used, your question cannot be answered without this relevant necessary information.
– Ramhound
Jan 14 at 20:18
"I fixed this with a command" - Please edit your question, to specify the exact command you used, your question cannot be answered without this relevant necessary information.
– Ramhound
Jan 14 at 20:18
add a comment |
1 Answer
1
active
oldest
votes
I did this:
MKLINK /D "C:Steamsteamappscommon" "D:Steamsteamappscommon"
C:Steamsteamapps now opens D:Steamsteamapps
I also linked the downloads from D to go to C just to be sure i won't screw up in the future.
You can do this:
MKLINK /D "Where to make the link" "Where the link goes to"
Got the info from here, easy to understand, be sure to read when doing this yourself.
Syntax
MKLINK [[/D] | [/H] | [/J]] LinkName Target
Key:
/D Create a Directory symbolic link. (default is file)
/H Create a hard link instead of a symbolic link.
/J Create a Directory Junction.
LinkName The new symbolic link name.
Target The path (relative or absolute) that the new link refers to.
This is useful since my C is a SSD and can keep up with my internet while my HDD (D) can't keep up, being the bottleneck. My games now download fast but still take time to install and decompress. This may seem useless for some but in my house internet(LAN) is only downstairs so when i have to download i won't be using my computer but with this, i can use my computer while steam is decompressing and installing. Also my SSD has a low capacity and my HDD has a terabyte so downloads are a great use for my SSD. Downloads get done and deleted using virtually no space while ill still get great speeds!
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1394161%2fhow-do-i-make-a-folder-like-c-folder-name-go-to-d-folder-name-without-chan%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I did this:
MKLINK /D "C:Steamsteamappscommon" "D:Steamsteamappscommon"
C:Steamsteamapps now opens D:Steamsteamapps
I also linked the downloads from D to go to C just to be sure i won't screw up in the future.
You can do this:
MKLINK /D "Where to make the link" "Where the link goes to"
Got the info from here, easy to understand, be sure to read when doing this yourself.
Syntax
MKLINK [[/D] | [/H] | [/J]] LinkName Target
Key:
/D Create a Directory symbolic link. (default is file)
/H Create a hard link instead of a symbolic link.
/J Create a Directory Junction.
LinkName The new symbolic link name.
Target The path (relative or absolute) that the new link refers to.
This is useful since my C is a SSD and can keep up with my internet while my HDD (D) can't keep up, being the bottleneck. My games now download fast but still take time to install and decompress. This may seem useless for some but in my house internet(LAN) is only downstairs so when i have to download i won't be using my computer but with this, i can use my computer while steam is decompressing and installing. Also my SSD has a low capacity and my HDD has a terabyte so downloads are a great use for my SSD. Downloads get done and deleted using virtually no space while ill still get great speeds!
add a comment |
I did this:
MKLINK /D "C:Steamsteamappscommon" "D:Steamsteamappscommon"
C:Steamsteamapps now opens D:Steamsteamapps
I also linked the downloads from D to go to C just to be sure i won't screw up in the future.
You can do this:
MKLINK /D "Where to make the link" "Where the link goes to"
Got the info from here, easy to understand, be sure to read when doing this yourself.
Syntax
MKLINK [[/D] | [/H] | [/J]] LinkName Target
Key:
/D Create a Directory symbolic link. (default is file)
/H Create a hard link instead of a symbolic link.
/J Create a Directory Junction.
LinkName The new symbolic link name.
Target The path (relative or absolute) that the new link refers to.
This is useful since my C is a SSD and can keep up with my internet while my HDD (D) can't keep up, being the bottleneck. My games now download fast but still take time to install and decompress. This may seem useless for some but in my house internet(LAN) is only downstairs so when i have to download i won't be using my computer but with this, i can use my computer while steam is decompressing and installing. Also my SSD has a low capacity and my HDD has a terabyte so downloads are a great use for my SSD. Downloads get done and deleted using virtually no space while ill still get great speeds!
add a comment |
I did this:
MKLINK /D "C:Steamsteamappscommon" "D:Steamsteamappscommon"
C:Steamsteamapps now opens D:Steamsteamapps
I also linked the downloads from D to go to C just to be sure i won't screw up in the future.
You can do this:
MKLINK /D "Where to make the link" "Where the link goes to"
Got the info from here, easy to understand, be sure to read when doing this yourself.
Syntax
MKLINK [[/D] | [/H] | [/J]] LinkName Target
Key:
/D Create a Directory symbolic link. (default is file)
/H Create a hard link instead of a symbolic link.
/J Create a Directory Junction.
LinkName The new symbolic link name.
Target The path (relative or absolute) that the new link refers to.
This is useful since my C is a SSD and can keep up with my internet while my HDD (D) can't keep up, being the bottleneck. My games now download fast but still take time to install and decompress. This may seem useless for some but in my house internet(LAN) is only downstairs so when i have to download i won't be using my computer but with this, i can use my computer while steam is decompressing and installing. Also my SSD has a low capacity and my HDD has a terabyte so downloads are a great use for my SSD. Downloads get done and deleted using virtually no space while ill still get great speeds!
I did this:
MKLINK /D "C:Steamsteamappscommon" "D:Steamsteamappscommon"
C:Steamsteamapps now opens D:Steamsteamapps
I also linked the downloads from D to go to C just to be sure i won't screw up in the future.
You can do this:
MKLINK /D "Where to make the link" "Where the link goes to"
Got the info from here, easy to understand, be sure to read when doing this yourself.
Syntax
MKLINK [[/D] | [/H] | [/J]] LinkName Target
Key:
/D Create a Directory symbolic link. (default is file)
/H Create a hard link instead of a symbolic link.
/J Create a Directory Junction.
LinkName The new symbolic link name.
Target The path (relative or absolute) that the new link refers to.
This is useful since my C is a SSD and can keep up with my internet while my HDD (D) can't keep up, being the bottleneck. My games now download fast but still take time to install and decompress. This may seem useless for some but in my house internet(LAN) is only downstairs so when i have to download i won't be using my computer but with this, i can use my computer while steam is decompressing and installing. Also my SSD has a low capacity and my HDD has a terabyte so downloads are a great use for my SSD. Downloads get done and deleted using virtually no space while ill still get great speeds!
answered Jan 14 at 20:50
10jasper1010jasper10
33
33
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1394161%2fhow-do-i-make-a-folder-like-c-folder-name-go-to-d-folder-name-without-chan%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Instead of doing that, why not just make D your default install location for the games? That makes no sense that you want to "use C for downloading" and always store the game on D. You can also easily move games from one drive to another within the Steam application.
– DrZoo
Jan 14 at 15:50
I don't know what commnd you used the first time, but an application called Steam Mover would do the linking and game moving for you. I used to use this before Steam supported moving games in their application.
– DrZoo
Jan 14 at 15:51
"I fixed this with a command" - Please edit your question, to specify the exact command you used, your question cannot be answered without this relevant necessary information.
– Ramhound
Jan 14 at 20:18