Skip to content

Instantly share code, notes, and snippets.

@wjthomas9
Last active December 20, 2015 15:09
Show Gist options
  • Save wjthomas9/6152455 to your computer and use it in GitHub Desktop.
Save wjthomas9/6152455 to your computer and use it in GitHub Desktop.
Hide all desktop icons in OS X
defaults write com.apple.finder CreateDesktop -bool false
killall Finder
@wjthomas9
Copy link
Author

defaults write com.apple.finder CreateDesktop -bool true

killall Finder

to show them again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment