Hide All Desktop Icons in Mac OS X
Customize, How to, Mac OS X, Tips & Tricks - September 23rd, 2009 - 15 Comments
Desktop icon clutter really gets to me, but it’s hard to avoid since a lot of apps download things to the Desktop by default. It’s easy to hide the Mac hard drive icons, but what about all the other stuff that gets dumped to your desktop? Well that’s easy to hide too actually, following these instructions:
Clean up the Desktop by Hiding Desktop Icons
Launch Terminal and type the following:
defaults write com.apple.finder CreateDesktop -bool false
After hitting enter, you’ll want to kill the Finder so that it relaunches and the changes take effect:
killall Finder
All of the files will still exist, but they’re now discretely hidden in your home folder’s “Desktop” directory rather than cluttering up your actual desktop.
To show the Desktop icons again, open the Mac Terminal and type the following:
defaults write com.apple.finder CreateDesktop -bool true
Again, kill the Finder and your icons will show on the desktop as usual.



The other day I installed a new application called Berokyo and now I have no icons in my desktop and everything is organized in a beautiful virtual multi-shelf cabinet. The application is a Staff Pick at apple.com.
http://www.apple.com/downloads/macosx/productivity_tools/berokyo.html
Or use the excellent freeware app Camouflage.
http://www.briksoftware.com/products/camouflage/
Works beautifully and you can define a key combination to toggle it on and off.
[...] This post was Twitted by AppleTwitts [...]
[...] I was looking into hiding the desktop icons on my Mac, I came across this interesting post at osxdaily.com. Rather than try the solution proposed, I checked out one of the apps recommended [...]
Maybe I’m just an old-school unix guy, but I don’t understand while everybody is mentioning all these memory grabby apps when this command line solution is simple, elegant and most importantly, doesn’t need to be loaded into memory everytime for it to work!! Great Post!!
I first ran the false line and then the true to restore the icons; however, the Macintosh HD icon no longer appears in the “Desktop” folder even though the icon for it does appear on the Desktop. I try to drag it directly to the Desktop folder, but it does not appear there, sometimes creating an alias in an adjacent folder. I have gone to Finder>Preferences and checked and unchecked the HD boxes and relaunched Finder to no avail.
How can I get the Macintosh HD icon to reappear in the Desktop folder in the Finder despite it reappearing on the desktop?
Any help is appreciated. Thanks.
Thank you. When I ran the migration assistant from our old Tiger iMac to the new Snow Leopard iMac, my daughter’s desktop was not showing icons. Using the second option (-bool true) worked like a champ.
[...] and dock. Of course if you’re on the other end of the spectrum and you hate icons you can hide all desktop icons in Mac OS X, but that’s not the purpose of this article. You are here for great icons, so if you too are [...]
I have a problem that seems to be just the opposite of yours, guys…
I spent a lot of time organizing icon layout in various folders, over the years…
only to have OSX destroy these organization for no good reason, once in a while.
The last time was when I upgraded to Mac OS X 10.6.2.
I would pay for a way to freeze icons in a given position, chosen by me of course.
I have tried saving copies of the .DS_Store files for a few important directories; sometimes copying that back onto the .DS_Store files restores the layout. But not
always. I just don’t understand the .DS_Store laws. Why can’t I decide where I want my icons to be? This is MY computer, not Apple’s! This unrequested shuffling of icons drives me nuts.
[...] you really want to have a clean and bare desktop, you can hide all desktop icons from ever appearing via the Mac OS command [...]
I just finished making a Dashboard App to automate this a bit better for people. If this doesn’t exist yet on the Apple site I might go add it there. Otherwise I’d be willing to supply it to people.
This is interesting, but I don’t like killing the finder process to accomplish this.
John, I am interested in seeing what you have come up with. I didn’t find any contact information your site, can you please contact me: http://mailhide.recaptcha.net/d?k=01P7gr3dsC5pCGwBykzh0q5A==&c=DAltQd3wyTS8lLgi3fLZd70xD_tInq3LiZbQr_KqjfM=
Thanks,
Farhan
As soon as you kill Finder, it restarts itself. Nothing to worry about here. Its just a trick to implement the setting.
I recently got a new macbook pro and after downloading msn for mac i realized it left behind desktop icons that i really would rather not have there. I came across this webpage and maybe im just doing it wrong (?) but its not hiding anything for me and im scared to try anything else because as this is my first mac i am afraid to screw something up royally (im not very familiar with it yet).. if anyone has any ideas help would be much appreciated! Thanks in advance ~ K
Just delete them from the desktop by dragging to Trash, they’re only aliases and not real files. You won’t lose the application, don’t worry.