![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | changing user folders location in Vista I want to change the location of some of the user folders from c:\users\%username%\... to d:\profiles\%username%\... The folders that I want to change location is : Desktop, Documents and favorites. But I don't want to transfer the whole profile just some folders. What I did in Windows XP was the change some registry keys in Shell Folders and User Shell Folders. After that change, I created a new user and log in to be able to copy the administrator profile into the default user profile. Each time that I created a new user, the Desktop folder and My documents folder et favorites were automatically create in D:\Profiles\%username%\... But now, in Vista, its only the Desktop folder that is automatically created not the others. It seems that the behavior is not that same as Windows XP. Can someone help me with that ? Shidewa |
My System Specs![]() |
| | #2 (permalink) |
| | Re: changing user folders location in Vista "Shidewa" <antoine_veilleux@hotmail.com> wrote in message news:uR55O9wzHHA.3768@TK2MSFTNGP06.phx.gbl... >I want to change the location of some of the user folders from >c:\users\%username%\... to d:\profiles\%username%\... The folders that I >want to change location is : Desktop, Documents and favorites. But I don't >want to transfer the whole profile just some folders. What I did in Windows >XP was the change some registry keys in Shell Folders and User Shell >Folders. After that change, I created a new user and log in to be able to >copy the administrator profile into the default user profile. Each time >that I created a new user, the Desktop folder and My documents folder et >favorites were automatically create in D:\Profiles\%username%\... But now, >in Vista, its only the Desktop folder that is automatically created not the >others. It seems that the behavior is not that same as Windows XP. Can >someone help me with that ? I have done this with all the user folders, apart from Desktop, as I prefer to have that on my fast RAID-0 array, which I have the C: drive on. The other user shell folders have been moved to a RAID-1 array, the D: drive. You can right click the folders you want to move and select Properties > Location tab. Then you can move them with all contents. I don't remember why I exactly did the next bit, but I think it might be because programs still write to the old locations, or something. It just makes the whole thing more complete. Open Notepad and paste this into it (change the end locations to suite): ----------------------------------------------- mklink /J Desktop D:\Desktop mklink /J Documents D:\Documents mklink /J Favorites D:\Favorites ----------------------------------------------- Then save that as "mklink user shell folders.bat". Don't forget to include the quotes in the Save dialogue, so that the .bat file extension is used. Move the .bat file to your original User folder location and double click it, to run it. It will make junction points to redirect any access to those addresses to the new location. ss. |
My System Specs![]() |
| | #3 (permalink) |
| | Re: changing user folders location in Vista "Synapse Syndrome" <synapse@NOSPAMgomez404.elitemail.org> wrote in message news:%23bhRzGxzHHA.3848@TK2MSFTNGP03.phx.gbl... > > I have done this with all the user folders, apart from Desktop, as I > prefer to have that on my fast RAID-0 array, which I have the C: drive on. > The other user shell folders have been moved to a RAID-1 array, the D: > drive. > > You can right click the folders you want to move and select Properties > > Location tab. Then you can move them with all contents. > > I don't remember why I exactly did the next bit, but I think it might be > because programs still write to the old locations, or something. It just > makes the whole thing more complete. > > Open Notepad and paste this into it (change the end locations to suite): > > ----------------------------------------------- > mklink /J Desktop D:\Desktop > mklink /J Documents D:\Documents > mklink /J Favorites D:\Favorites > ----------------------------------------------- > > Then save that as "mklink user shell folders.bat". Don't forget to > include the quotes in the Save dialogue, so that the .bat file extension > is used. > > Move the .bat file to your original User folder location and double click > it, to run it. It will make junction points to redirect any access to > those addresses to the new location. I think I actually made that .bat file so that I can quickly make the new connections for a new OS installation. In any case, try both steps. ss. |
My System Specs![]() |
| | #4 (permalink) |
| | Re: changing user folders location in Vista Synapse Syndrome a écrit : > "Synapse Syndrome" <synapse@NOSPAMgomez404.elitemail.org> wrote in > message news:%23bhRzGxzHHA.3848@TK2MSFTNGP03.phx.gbl... >> >> I have done this with all the user folders, apart from Desktop, as I >> prefer to have that on my fast RAID-0 array, which I have the C: drive >> on. The other user shell folders have been moved to a RAID-1 array, >> the D: drive. >> >> You can right click the folders you want to move and select Properties >> > Location tab. Then you can move them with all contents. >> >> I don't remember why I exactly did the next bit, but I think it might >> be because programs still write to the old locations, or something. >> It just makes the whole thing more complete. >> >> Open Notepad and paste this into it (change the end locations to suite): >> >> ----------------------------------------------- >> mklink /J Desktop D:\Desktop >> mklink /J Documents D:\Documents >> mklink /J Favorites D:\Favorites >> ----------------------------------------------- >> >> Then save that as "mklink user shell folders.bat". Don't forget to >> include the quotes in the Save dialogue, so that the .bat file >> extension is used. >> >> Move the .bat file to your original User folder location and double >> click it, to run it. It will make junction points to redirect any >> access to those addresses to the new location. > > > I think I actually made that .bat file so that I can quickly make the > new connections for a new OS installation. In any case, try both steps. > > ss. I tried just what you wrote and when I create a new user, the Desktop folder is automaticly created where I want it to be ( D:\Profils\%username%\Desktop. But the other shell folders like Documents are not automaticaly created. Any help ? Thanks Synapse Syndrome for your quick response ! Shidewa |
My System Specs![]() |
| | #5 (permalink) |
| | Re: changing user folders location in Vista "Shidewa" <antoine_veilleux@hotmail.com> wrote in message news:46A8B061.1070009@hotmail.com... > > I tried just what you wrote and when I create a new user, the Desktop > folder is automaticly created where I want it to be ( > D:\Profils\%username%\Desktop. But the other shell folders like Documents > are not automaticaly created. Any help ? > I think they might not be appearing until they are written to, or used. You can always modify the batch file to make the folders with the MKDIR command. ss. |
My System Specs![]() |
| | #6 (permalink) |
| | Re: changing user folders location in Vista Synapse Syndrome a écrit : > "Shidewa" <antoine_veilleux@hotmail.com> wrote in message > news:46A8B061.1070009@hotmail.com... >> >> I tried just what you wrote and when I create a new user, the Desktop >> folder is automaticly created where I want it to be ( >> D:\Profils\%username%\Desktop. But the other shell folders like >> Documents are not automaticaly created. Any help ? >> > > I think they might not be appearing until they are written to, or used. > You can always modify the batch file to make the folders with the MKDIR > command. > > ss. One thing a noticed is that if I click on the Windows button ( the old Start button in XP ) and I click on Documents nothing happens. It's like there is a link that is missing somewhere. Thanks for helping me ! Shidewa |
My System Specs![]() |
| | #7 (permalink) |
| | Re: changing user folders location in Vista Synapse Syndrome a écrit : > "Shidewa" <antoine_veilleux@hotmail.com> wrote in message > news:46A8B061.1070009@hotmail.com... >> >> I tried just what you wrote and when I create a new user, the Desktop >> folder is automaticly created where I want it to be ( >> D:\Profils\%username%\Desktop. But the other shell folders like >> Documents are not automaticaly created. Any help ? >> > > I think they might not be appearing until they are written to, or used. > You can always modify the batch file to make the folders with the MKDIR > command. > > ss. One thing a noticed is that if I click on the Windows button ( the old Start button in XP ) and I click on Documents nothing happens. It's like there is a link that is missing somewhere. Thanks for helping me ! Shidewa |
My System Specs![]() |
| | #8 (permalink) |
| | Re: changing user folders location in Vista Synapse Syndrome a écrit : > "Shidewa" <antoine_veilleux@hotmail.com> wrote in message > news:46A8B061.1070009@hotmail.com... >> >> I tried just what you wrote and when I create a new user, the Desktop >> folder is automaticly created where I want it to be ( >> D:\Profils\%username%\Desktop. But the other shell folders like >> Documents are not automaticaly created. Any help ? >> > > I think they might not be appearing until they are written to, or used. > You can always modify the batch file to make the folders with the MKDIR > command. > > ss. One thing a noticed is that if I click on the Windows button ( the old Start button in XP ) and I click on Documents nothing happens. It's like there is a link that is missing somewhere. Thanks for helping me ! Shidewa |
My System Specs![]() |
| | #9 (permalink) |
| | Re: changing user folders location in Vista "Shidewa" <antoine_veilleux@hotmail.com> wrote in message news:46A8F6FD.1010804@hotmail.com... > Synapse Syndrome a écrit : >> "Shidewa" <antoine_veilleux@hotmail.com> wrote in message >> news:46A8B061.1070009@hotmail.com... >>> >>> I tried just what you wrote and when I create a new user, the Desktop >>> folder is automaticly created where I want it to be ( >>> D:\Profils\%username%\Desktop. But the other shell folders like >>> Documents are not automaticaly created. Any help ? >>> >> >> I think they might not be appearing until they are written to, or used. >> You can always modify the batch file to make the folders with the MKDIR >> command. >> >> ss. > > One thing a noticed is that if I click on the Windows button ( the old > Start button in XP ) and I click on Documents nothing happens. It's like > there is a link that is missing somewhere. Sorry, I don't know why this is happening for you. It works fine for me when I do what I described in my first post to you. ss. |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| Personal User Shell Folders - Move Location | Tutorials | |||
| User Profile Folders - Prevent or Allow Location Change | Tutorials | |||
| User folders being erroneously recreated in default location | Vista General | |||
| Changing the location of the user account | Vista General | |||
| Can You Move User Personal Folders to a Network Location | Vista networking & sharing | |||