Open1
Macの設定メモ

hide files, folders on Desktop
Enter this in Terminal:
defaults write com.apple.finder CreateDesktop FALSE; killall Finder
To change it back:
defaults write com.apple.finder CreateDesktop TRUE; killall Finder
Enter this in Terminal:
defaults write com.apple.finder CreateDesktop FALSE; killall Finder
To change it back:
defaults write com.apple.finder CreateDesktop TRUE; killall Finder