Skip to content

Instantly share code, notes, and snippets.

@sag333ar
Last active December 29, 2015 07:29
Show Gist options
  • Save sag333ar/7636819 to your computer and use it in GitHub Desktop.
Save sag333ar/7636819 to your computer and use it in GitHub Desktop.
How to SHOW All Desktop Icons in Mac OS X by command line?
--comment
--step-1 - show icons
defaults write com.apple.finder CreateDesktop -bool true
--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