Come posso ripristinare tutte le impostazioni per le preferenze di sistema in Mac OS X? Sto usando lion.
Ho trovato questo post, dai forum di supporto Apple ufficiali, per quanto riguarda la domanda esatta, dopo una rapida ricerca su google sull'argomento: Forum ufficiale di supporto Apple
I have been able to accomplish this via the following method. I may not be the best idea given it deletes the account while logged in, but worked for me.
1) Do all of the necessary installations, etc. just as under Snow Leopard, using your setupacctname account.
2) Once that is done, BEFORE restarting in single user mode: sudo su dscl . -delete /Groups/admin GroupMembership setupacctname dscl . -delete /Users/setupacctname
3) Reboot into single user mode (Hold Command-s at startup)
4) Check the filesystem: /sbin/fsck -fy
5) Mount the filesystem: /sbin/mount -uw /
6) Remove the setupacctname directory: rm -R /Users/setupacctname
7) Remove or rename .AppleSetupDone so you get the language choicecd /var/db/ mv .AppleSetupDone .RunLanguageChooserToo or rm .AppleSetupDone
8) Delete miscellaneous files (unnecessary, but useful if you're imaging the drive):
rm -R /Library/Caches/* rm -R /System/Library/Caches/* rm -R /var/vm/swapfile*
9) Shutdown or restart
Se stai anche cercando di ripristinare le impostazioni dell'applicazione (e la disposizione delle icone del Dock e così via), potresti provare a farlo nel Terminale:
rm -r ~/Library/Preferences/*
I file delle preferenze mancanti verranno ricreati in modo da renderli innocui. L'ho fatto un paio di volte sugli account di prova e non ho riscontrato problemi.
Leggi altre domande sui tag lion system-prefs