/ Published in: Bash
CD to the prefs folder and run this terminal command. it'll check for any corrupt prefs files and ask you if you want to delete them. [i think it only works with the new-style XML structured prefs files].
Expand |
Embed | Plain Text
rm -i `plutil -s *.plist | grep 'plist:' | sed 's/://g'`
You need to login to post a comment.
