BasilFawlty macrumors 65816 Original poster Jun 20, 2009 1,082 3,040 New Mexico 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 May 16, 2008 44,560 957 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
BasilFawlty macrumors 65816 Original poster Jun 20, 2009 1,082 3,040 New Mexico Mar 17, 2012 #3 That did it! Thanks!