Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'A possible cause for oddly named Preferences folders' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
A possible cause for oddly named Preferences folders
Authored by: JadeNB on Feb 23, '07 10:03:48AM

You don't really need AppleScript for this:

find /Users/[user name]/Library/Preferences -type d -exec rmdir {} \; 2>/dev/null



[ Reply to This | # ]