Finder window list view optionsFinder window list view options

Unless it has been disabled, any Finder window in Mac OS X has the View option buttons in the windows toolbar. From left to right you can select icon view, list, columns, and coverflow. You may have noticed the window view style doesn’t always persist across Finder windows though, even if you selected “Always Open With _ View” in the View Options. One way to get around that is to change the Finder windows view style default through the command line with the help of defaults.

How to Set the Default Finder View Style to Column, Icon, List, or Cover Flow

Launch Terminal found in /Applications/Utilities/ and use the following defaults write command:

defaults write com.apple.Finder FXPreferredViewStyle xxxx

Change the four ‘xxxx’ letters at the end to the setting you wish to be the default. The Finder view choices are as follows:

  • Nlsv – List View
  • icnv – Icon View
  • clmv – Column View
  • Flwv – Cover Flow View

For example, to always use list view the defaults command would be as follows:

defaults write com.apple.Finder FXPreferredViewStyle Nlsv

Follow that up with a Finder restart for changes to take effect, achieved by killing the Finder process:

killall Finder

You can also combine the two into a single easy to use command as follows:

Set Icon View as default:
defaults write com.apple.Finder FXPreferredViewStyle icnv;killall Finder

List view as default:
defaults write com.apple.Finder FXPreferredViewStyle Nlsv;killall Finder

Column View as default:
defaults write com.apple.Finder FXPreferredViewStyle Nlsv;killall Finder

Cover Flow view as default:
defaults write com.apple.Finder FXPreferredViewStyle Nlsv;killall Finder

If you find these settings to not be consistent across Finder windows, you must remove .DS_Store files from the inconsistent directories. Because the .DS_Store files are prepended with a period they are hidden, making it generally easier to delete them through the command line.

Columns:

Finder View type in OS XFinder View type in OS X

Icons:

Icon View finder type in OS XIcon View finder type in OS X

Once this has been set, the defaults choice will be your new default view type for finder windows, and it’s quite sticky, persisting throughout reboots or new Finder window openings. Thanks to Rob for sending in this tip. If you have any other fancy tricks, do let us know.

Source

Follow Me:
Top Best Sellers!!