Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

How to transfer user settings from one account to another (on the same Mac)

I'd like to create separate user accounts for "work" and "play" (so that I can do things like have separate address books, etc...). However, I already have LOTS of personalized settings (trackpad behavior, login items, etc) that I'd like to keep the same between the two accounts.

Is there a way to transfer all of the user settings from one account to another?

Macbook, Mac OS X (10.6.5)

Posted on Dec 7, 2010 6:22 AM

Reply
Question marked as Best reply

Posted on Dec 7, 2010 9:43 AM

You'll need to copy your /Home/Library folder. Make sure you back up first before doing the following. Log out of both your Work and Play accounts. Log in to a third account with administrator privileges. Assuming you are copying from the account called "work" to the account called "play", enter the following in Terminal:

sudo rm -rf ~play/Library (this deletes Play's Library folder.)
sudo cp -R ~work/Library ~play/Library (this copies Work's Library folder to Play's folder.)
sudo chown -R play ~play/Library (this fixes permissions of Play's new Library folder.)
3 replies
Question marked as Best reply

Dec 7, 2010 9:43 AM in response to chgboyd

You'll need to copy your /Home/Library folder. Make sure you back up first before doing the following. Log out of both your Work and Play accounts. Log in to a third account with administrator privileges. Assuming you are copying from the account called "work" to the account called "play", enter the following in Terminal:

sudo rm -rf ~play/Library (this deletes Play's Library folder.)
sudo cp -R ~work/Library ~play/Library (this copies Work's Library folder to Play's folder.)
sudo chown -R play ~play/Library (this fixes permissions of Play's new Library folder.)

How to transfer user settings from one account to another (on the same Mac)

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.