Skip to content

Instantly share code, notes, and snippets.

@sag333ar
Last active December 29, 2015 07:29
Show Gist options
  • Save sag333ar/7636796 to your computer and use it in GitHub Desktop.
Save sag333ar/7636796 to your computer and use it in GitHub Desktop.
How to Hide All Desktop Icons in Mac OS X by command line?
--comment
--step-1 - hide icons
defaults write com.apple.finder CreateDesktop -bool false
--step-2 - kill finder & relaunch
killall Finder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment