macOS에서 데스크톱 아이콘 가리기
터미널 실행
defaults write com.apple.finder CreateDesktop -bool FALSE; killall Finder
복귀
defaults write com.apple.finder CreateDesktop -bool TRUE; killall Finder
터미널 없이 손쉽게 가려주는 유틸리티도 있지만 유료
터미널 실행
defaults write com.apple.finder CreateDesktop -bool FALSE; killall Finder
복귀
defaults write com.apple.finder CreateDesktop -bool TRUE; killall Finder
터미널 없이 손쉽게 가려주는 유틸리티도 있지만 유료