What's new

Mapping My Documents

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

redone632

Occasional Visitor
I have a file server set up running Windows Vista Ultimate and several other computers running Vista also. I'd like to make it so that all the computers users My Documents and Desktop, My Pictures, and everything are all located on the file server so they have a common folder.

Thank you :)
 
Last edited:
I'm not an expert on this. But I think you may need to do this via a Group Policy on the client. I think you need Vista Business or Ultimate to access Group policies, however.

It might be simpler, however, to just set up shortcuts on each machine that point to similarly-named folders on the server.
 
If you want centrally stored user accounts...obviously win2k8 is the way.

However I'm guessing you just want the user's files to be stored centrally... not the settings or anything.

With XP it was simple; just change the location of the My Documents folder to a folder on the network drive... you could do this for each user on each computer such that each user sees the same my documents folder no matter which pc they are on.

With Vista it's slightly more complicated since the User folder contains not just files, but application settings aswell... so it must reside on the local computer unless you are part of a domain. You can however change the location of the individual folders inside the user folder, i.e Documents, Pictures, Downloads, Music... and set their location to a share on the network. You would need to do this for each user account on each computer... so it's not the most practical of solutions, however still pretty un-complicated.

I think the *simplest* way of achieving what you want is to set a network folder to be mounted as a drive each time a user loggs on.

i.e. set drive G: to \\Server\documents\%username%
In vista business/enterprise/ultimate you will need to do it under computer management in the administrator tools.

Simply tell users to save their files there instead of their docments folder.


An alternative is to make a login script .bat file which is executed when each user logs in. You can use this to set the individual directories (Pictures, Downloads, Music...) to folders on your network drive. You can set it to be executed when all users login, which means you don't have to tamper with individual accounts. If you know how to do this... then it's not too hard, if not i'd stick with one of the other two methods.
 

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top