How to Hide Desktop Icons in Mac OS X using the Terminal
Here’s how to have a perfectly clean desktop without deleting any files.
Be careful when using the terminal. Type carefully. You can copy and paste the command below.
To hide your Mac desktop icons, for example:
- Launch Terminal from Applications ➙ Utilities
- CarefullyType
defaults write com.apple.finder CreateDesktop false
- Press Enter
- Now restart Finder by typing
Killall Finder
now click Enter.
If you want to reverse this: repeat the process but replace
defaults write com.apple.finder CreateDesktop false
with
defaults write com.apple.finder CreateDesktop true
Killall Finder