Simply fire up the terminal and type in:
defaults write com.apple.finder CreateDesktop -bool falseThen restart Finder by typing in:
killall FinderYour desktop will still contain all the files that were there, but you now have a nice, clean background.
If you want to re-enable the icons, simply enter the same command but set the 'bool' switch to 'true'
defaults write com.apple.finder CreateDesktop -bool trueThen restart Finder again
killall Finder
Thanks to OSXDaily for the tip
No comments:
Post a Comment