Home Forums OS X Server and Client Discussion Questions and Answers Changing preferences for new users…

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #372281
    macmattias
    Participant

    Hard to set the topic here so I will explain it better here:
    I am creating a base master machine that I will create my master image from and what to edit some prefs for the future users.
    I have added some stuff inside /System/Library/User Template/ they all work fine.

    But I want in even more fine grained.

    Want I want is:
    Set the default background picture a newly made user gets.
    Set some Finder Prefs.

    The system is 10.5.2.
    And I am not using a Open Directory, but a Active Directory that you can read about in other threads here.

    Is it possible to do what I want?

    #372301
    Eden.Nelson
    Participant

    The easy way of setting the default background is, Use System Preferences to set your background to what you want the default to be.
    You need to keep the background image in a shared location, /Library/Desktop Pictures/ works fine for this.

    then open the terminal and issue these commands to copy and set the proper permissions:
    [code]sudo cp ~/Library/Preferences/com.apple.desktop.plist /System/Library/User\ Template/English.lproj/Library/Preferences
    sudo chmod 600 /System/Library/User\ Template/English.lproj/Library/Preferences/com.apple.desktop.plist
    sudo chown root:wheel /System/Library/User\ Template/English.lproj/Library/Preferences/com.apple.desktop.plist[/code]

    For the finder again, set the prefs how you what them and issue these commands.
    [code]sudo cp ~/Library/Preferences/com.apple.finder.plist /System/Library/User\ Template/English.lproj/Library/Preferences
    sudo chmod 600 /System/Library/User\ Template/English.lproj/Library/Preferences/com.apple.finder.plist
    sudo chown root:wheel /System/Library/User\ Template/English.lproj/Library/Preferences/com.apple.finder.plist[/code]

    It is best to use defaults, or Property List Editor.app and double check the keys in these plists before you copy them.
    Some may have paths, others may have “remembered data” like last items used, or last server connected to.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.

Comments are closed