Terminal.app / sudo defaults write com.apple.Finder AppleShowAllFiles YES
7. Also from the terminal, make a backup copy of the existing default user profile
cp -R /System/Library/User\ Template/English.lprog/ /System/Library/User\ Template/English.orig
8. Remove the current contents of the default user profile
sudo rm -rf /System/Library/User\ Template/English.lproj/*
9. Copy “Profile’s” profile to the default
sudo cp- R /Users/profile/* /System/Library/User\ Template/English.lproj/*
10. Reboot and try logging on as a user that does not already have an existing user profile. "Profile's" desktop, dock and settings should be there for the new user. There should be no prompts for iCloud, or for a keychain password.
Have a question about something in this article? You can receive help directly from the article author. Sign up for a free trial to get started.
Comments (0)