Thread: DS_Store
View Single Post
  #4  
Old September 23rd, 2009, 03:21 PM
Quianam's Avatar
Quianam Quianam is offline
Registered User
 
Join Date: Sep 2009
Posts: 10
Thanks: 2
Thanked 0 Times in 0 Posts
Quianam is on a distinguished road
Downloading Onyx and unchecking "show hidden files" will also solve stop the .DS_Store files from appearing. You can also do it via terminal,
type:
"defaults write com.apple.finder AppleShowAllFiles -bool false"
without the quotes, it is case sensitive. Then hit enter, and type
"killall Finder"
also without quotes, case sensitive. That should get rid of them as well.
Reply With Quote