Last active
December 29, 2015 07:29
-
-
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?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--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