PaulyD0051
New Member
- Joined
- Jun 15, 2017
- Messages
- 8
- Thread Author
-
- #1
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.
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
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
- 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
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
PaulyD0051
New Member
- Joined
- Jun 15, 2017
- Messages
- 8
- Thread Author
-
- #3
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.
PaulyD0051
New Member
- Joined
- Jun 15, 2017
- Messages
- 8
- Thread Author
-
- #5
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
- Thread Author
-
- #6
This is what happens when I try to "Restore".
Link Removed
Link Removed
PaulyD0051
New Member
- Joined
- Jun 15, 2017
- Messages
- 8
- Thread Author
-
- #7
Ahhhh... but I see how I can change that. Working on it now.
PaulyD0051
New Member
- Joined
- Jun 15, 2017
- Messages
- 8
- Thread Author
-
- #8
No, I still get access denied even with all permissions turned on.
PaulyD0051
New Member
- Joined
- Jun 15, 2017
- Messages
- 8
- Thread Author
-
- #9
Ok... so I got it to move but now I created a new problem
Link Removed
This has been most unsuccessful.
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.
- 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.
bochane
Excellent Member
- Joined
- Oct 18, 2012
- Messages
- 1,402
Sorry, did not recognize that...This is what I was referring to with mklink...
Similar threads
- Article
- Replies
- 0
- Views
- 43