November 2012
Intermediate to advanced
424 pages
11h 59m
English
| Tip 243 | Turn Off the Desktop |
If you’re using your Mac to give a presentation, you might not want everybody to see your messy desktop! If so, you can run a quick command that will hide your desktop icons.
To temporarily turn off the desktop, open a Terminal window (open Finder, select the Applications list, and then in the list of applications double-click Terminal within the Utilities folder), and type the following line:
| | defaults write com.apple.finder CreateDesktop -bool FALSE;killall Finder |
Note that this will mean you can no longer right-click the desktop or drag files there. The files there will still be accessible by using Finder to browse to your Desktop folder.
To restore things to normal after your presentation, again ...
Read now
Unlock full access