Quitting the Finder

Ric

Joined
May 14, 2004
Messages
4,260
Reaction score
5
If you do any type of developing there are times when you need to 'quit' the Finder...

...instead of doing Command + Option + Escape to force quit

You can add a "Finder Quit" to the menu...

enter
Code:
defaults write com.apple.finder QuitMenuItem yes
in Terminal, then quit the Finder...

See below...


FinderScreenSnapz004.jpg


TerminalScreenSnapz005.jpg


FinderScreenSnapz006.jpg


To change it back...

enter
Code:
defaults write com.apple.finder QuitMenuItem no
in Terminal, then quit the Finder...


regards

Ric
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top