PaulyD0051

New Member
Joined
Jun 15, 2017
Messages
8
I was trying to move my Music, Videos and Pictures folders to the D: drive instead of keeping it on the C: (SSD) drive.

Unfortunately when doing so I created this monstrosity and I can not seem to undo this mess:

Link Removed

How do I fix said issue to remove those D:/ links and actually move my Music, Videos and Pictures folders to the D: drive.
 

Solution
How did you add them there, did you use a tweak tool?

You'll need to remove the key with the corresponding CLSID from here
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace in the registry

Then simply move the directories you want to some location on D:\
Then create a directory junction from an elevated command prompt

Example for videos directory
mklink /J "C:\Users\<username>\Videos" "D:\Somedirectory\Videos"

This way Windows will still see it as it should be C:\Users\<username>\Videos but the data will be on the D drive

Neemobeer

Windows Forum Team
Staff member
Joined
Jul 4, 2015
Messages
8,998
How did you add them there, did you use a tweak tool?

You'll need to remove the key with the corresponding CLSID from here
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace in the registry

Then simply move the directories you want to some location on D:\
Then create a directory junction from an elevated command prompt

Example for videos directory
mklink /J "C:\Users\<username>\Videos" "D:\Somedirectory\Videos"

This way Windows will still see it as it should be C:\Users\<username>\Videos but the data will be on the D drive
 

Solution

PaulyD0051

New Member
Joined
Jun 15, 2017
Messages
8
How did you add them there, did you use a tweak tool?

You'll need to remove the key with the corresponding CLSID from here
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace in the registry

Then simply move the directories you want to some location on D:\
Then create a directory junction from an elevated command prompt

Example for videos directory
mklink /J "C:\Users\<username>\Videos" "D:\Somedirectory\Videos"

This way Windows will still see it as it should be C:\Users\<username>\Videos but the data will be on the D drive

No, no tweak tool, I just used Windows "properties" and the "move" function and thought that would work.
 

bochane

Excellent Member
Joined
Oct 18, 2012
Messages
1,402
There where you found the 'move' function is also a restore to default function
 

PaulyD0051

New Member
Joined
Jun 15, 2017
Messages
8
There where you found the 'move' function is also a restore to default function

Yes, I tried that, didn't seem to work. I will try again though, because I didn't read the message pop-up following that.
 

PaulyD0051

New Member
Joined
Jun 15, 2017
Messages
8
Ok... so I got it to move but now I created a new problem :(

Link Removed

This has been most unsuccessful.
 

bochane

Excellent Member
Joined
Oct 18, 2012
Messages
1,402
Perhaps making a new user profile:
- Make a new user account, log in there and copy any thing of value over.
- If, after some time, you are really sure that everything is over and working you can remove that old crippled account and re-enter it.
 

Neemobeer

Windows Forum Team
Staff member
Joined
Jul 4, 2015
Messages
8,998
This is what I was referring to with mklink
An image from 'Woops, Folders Issue with 'This PC' pane'. Command prompt shows creation of a junction link between C:\Users\test\Videos and E:\Videos folders.
 

Last edited by a moderator:
Back
Top