MacOS – Hide the Finder sidebar permanently

findermacos

I've Googled for this a little bit, and I wasn't able to find an obvious answer, so is it possible to hide the Finder sidebar completely? So that it never comes back until I tell it to? The same goes for the toolbar.

Thanks for any help you can provide. 🙂

Extra info:

  • I am using OS X Mountain Lion on this Mac.

Best Answer

defaults write com.apple.finder ShowSidebar -bool false; killall Finder

ShowToolbar -bool false didn't seem to work.