PsstGreek macrumors 68040 Original poster Oct 21, 2010 3,776 59 Tampa Bay Dec 18, 2010 #1 How to do I stop .ds_store from showing up on my desktop? I did something (can't remember) and now it keeps popping up after I delete the icon.
How to do I stop .ds_store from showing up on my desktop? I did something (can't remember) and now it keeps popping up after I delete the icon.
simsaladimbamba Guest Nov 28, 2010 22,670 31 located Dec 18, 2010 #2 http://www.macworld.com/article/51830/2006/07/showallfinder.html or https://forums.macrumors.com/showthread.php?p=11583177
http://www.macworld.com/article/51830/2006/07/showallfinder.html or https://forums.macrumors.com/showthread.php?p=11583177
Intell macrumors P6 Jan 24, 2010 18,955 509 Inside Dec 18, 2010 #3 That is an invisible file. Do you have invisible files made visible?
celticpride678 Guest Feb 15, 2009 5,486 2 Boston, MA Dec 18, 2010 #4 The .ds_store file helps the system display a folder. It can't be removed, but to stop making it show up, run this command in Terminal: defaults write com.apple.finder AppleShowAllFiles FALSE killall Finder Tutorial: http://itsalltech.com/2010/07/30/how-to-show-hidden-filesfolders-on-mac-os-x/
The .ds_store file helps the system display a folder. It can't be removed, but to stop making it show up, run this command in Terminal: defaults write com.apple.finder AppleShowAllFiles FALSE killall Finder Tutorial: http://itsalltech.com/2010/07/30/how-to-show-hidden-filesfolders-on-mac-os-x/
PsstGreek macrumors 68040 Original poster Oct 21, 2010 3,776 59 Tampa Bay Dec 18, 2010 #5 Wow, thanks for the quick replies. Got it to stop showing up.