BasilFawlty macrumors 65816 Original poster Mar 17, 2012 #1 I have a file on my desk top titled: .DS_Store What is this file and how can I prevent it from displaying on my desktop?
I have a file on my desk top titled: .DS_Store What is this file and how can I prevent it from displaying on my desktop?
GGJstudios macrumors Westmere Mar 17, 2012 #2 BasilFawlty said: I have a file on my desk top titled: .DS_Store What is this file and how can I prevent it from displaying on my desktop? Click to expand... .DS_Store files are usually hidden. To hide hidden files in Finder, enter the following two commands into a Terminal window (press enter after each line): defaults write com.apple.Finder AppleShowAllFiles FALSE killall Finder
BasilFawlty said: I have a file on my desk top titled: .DS_Store What is this file and how can I prevent it from displaying on my desktop? Click to expand... .DS_Store files are usually hidden. To hide hidden files in Finder, enter the following two commands into a Terminal window (press enter after each line): defaults write com.apple.Finder AppleShowAllFiles FALSE killall Finder