View Single Post
  #7 (permalink)  
Old 02-28-2007
Joe Zapert
 

Posts: n/a
Re: Redirecting Users Documents to File Server
Why not change the location in the HKLM\Software\Microsoft\Windows
NT\CurrentVersion\ProfileList entry? This seems to work, both for relocating
the enitre Users folder, or for relocating user folders underneath it (for
individual users, or to move the Public folder.)

1) If you use the ProfilesDirectory key to relocate the entire Users folder,
remember that if for some reason that folder becomes inaccessible Windows
won't boot, period. (Say, you add a drive and the drive letters change, or
the drive on which Users in located goes bad.)

2) To move an individual user's folder, you seem to have to create the user
first so that an SID entry appears beneath the ProfileList entry. Find that
entry and change the ProfileImagePage key to a new location. Then log on as
another administrator user and move the entire contents of the user folder
over. This won't update the hidden NTFS junctions, though, so you'll either
have to receate them (with MKLINK or whatever) mindful of their security
settings, or do without them. You should also then search the entite
registry for the old path (say, c:\users\username) and change the entires to
new path. Finally, make sure that the new user folder has appropriate
permissions set!! If not, odd things will creep up like Internet Explorer
not being able to save history, etc.

Fun!

Joe


"Brett S" <BrettS@discussions.microsoft.com> wrote in message
news:2696BA3A-DF48-4416-9085-AD2F4B8B2FED@microsoft.com...
>I guess that is what I need to do. One problem is some clients still have
> 2000 Server, time to push for the server upgrades.
>
> "Kerry Brown" wrote:
>
>> You can use a group policy if you are using Active Directory
>>
>> https://www.microsoft.com/resources/....mspx?mfr=true
>>
>> --
>> Kerry Brown
>> Microsoft MVP - Shell/User
>> www.vistahelp.ca/phpBB2
>>
>>
>>
>>
>> "Brett S" <Brett S@discussions.microsoft.com> wrote in message
>> news:B36C0C53-DA38-4F0B-A078-02A87DB4CFE1@microsoft.com...
>> > In XP and lower versions I could right click My Documents and change
>> > the
>> > path
>> > to a file server so they could be backed up and synchronized.
>> >
>> > How can this be done in Vista? I have seen numerous posts saying to
>> > "Just
>> > right-click on Documents, then go to properties." That justs gives
>> > security
>> > and sharing.

>>
>>


Reply With Quote