Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Add Quit item to the Finder's menu' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Add Quit item to the Finder's menu
Authored by: gatorparrots on Aug 27, '03 11:39:09AM
This can also be accomplished with a single command in the Terminal:
defaults write com.apple.finder QuitMenuItem 1

To remove:

defaults delete com.apple.finder QuitMenuItem
or
defaults write com.apple.finder QuitMenuItem 0


[ Reply to This | # ]