One of my favorite features in Snow Leopard was the fact that Finder would always open a new window in the "List View". Lion instead opens the multi-column view by default.
Is there any way I can make the Finder window open in "List View" by default?
defaults write com.apple.Finder FXPreferredViewStyle Nlsv. (The four letter codes for the view modes areicnv,Nlsv,clmvandFlwv.) – Lri Aug 10 '11 at 13:22