ben604 Posted November 23, 2012 Posted November 23, 2012 Hello! We've got some lovely iMacs in music, which work great for music on Garageband and Logic, but are a bit flaky when using Office etc... Anyways, the kids are occasionally saving into the default "Documents" folder on the local machine rather than their H drive. Is there a way to force Office to save into the H drive by default or restrict access to Documents to they have to chose a folder? All via a script or Workgroup Manager? Thanks in advance!
ovek Posted November 23, 2012 Posted November 23, 2012 You could make a login script that removes the local user directory and then makes a symlink to the network drive. rm -rf ~/Documents ln -s /Volumes/$USER ~/Documents 1
computer_expert Posted November 24, 2012 Posted November 24, 2012 on 10.8 (not sure about lower revisions) there is a checkbox in the advanced settings of the directory utility for something like force local home directory. uncheck this and it should use the network home drive without having to map the H: drive. Also i'm not sure if existing docs/files will be copied over automatically. Sorry for the vague answer but i'm new to macs and can't remember the exact terminology 1
kirchie Posted December 5, 2012 Posted December 5, 2012 on 10.8 (not sure about lower revisions) there is a checkbox in the advanced settings of the directory utility for something like force local home directory. uncheck this and it should use the network home drive without having to map the H: drive. Also i'm not sure if existing docs/files will be copied over automatically. Sorry for the vague answer but i'm new to macs and can't remember the exact terminology Seems to me you got it exactly right 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now