Desktop Trash
A common request we get from Enterprise switchers is to have the trash on the desktop, to maintain consistency between platforms. Seems reasonable, so here’s the command:
defaults write com.apple.finder Desktop.HasTrash 1
To undo it:
defaults write com.apple.finder Desktop.HasTrash 0
