Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

chomper

macrumors newbie
Original poster
Dec 26, 2010
23
0
Central Europe
Hello,

I've recently bought a Mac to decide for myself whether they are really as good as the advertisements claim. Yesterday, I ran into an extremely annoying problem with Finder that I can't solve even with the help of internet discussion forums dealing with Macs. The problem is as follows:

1) I want all folders on my Mac to use the same view settings.

2) I change the view settings of the currently opened folder, then choose Show View Options and click the Use as Defaults button.

3) Now, when I open a different folder in Finder two things can happen:

a) If I have never visited/opened the folder before, it has the settings I set in step 2)
b) If I have visited/opened the folder before, it keeps its former settings effectively bypassing the new ones I set in step 2)

So, how do I set all folders on my Mac to use the same view settings in Finder?

Thanks a lot for any suggestions you might have
 
Are you sure it is in fact just Finder windows you have visited before? The reason I ask is because generally what you did sets it for the partition. If you have multiple partitions/drives you need to set the defaults in a Finder window of each partition/drive.
 
I've just come to the conclusion that it can't be done in Finder. Funny, because Windows Explorer needs only four clicks to accomplish the above mentioned task in MS Windows.

The only solution I can think of is to delete all the hidden .DS_Store files using Terminal.
 
I've just come to the conclusion that it can't be done in Finder. Funny, because Windows Explorer needs only four clicks to accomplish the above mentioned task in MS Windows.

The only solution I can think of is to delete all the hidden .DS_Store files using Terminal.

And it worked! I followed these steps:

1) Closed all Finder Windows

2) Ran Terminal and entered the command:

sudo find / -name ".DS_Store" -depth -exec rm {} \;

3) Logged out

4) Logged in
 
And it worked! I followed these steps:

1) Closed all Finder Windows

2) Ran Terminal and entered the command:

sudo find / -name ".DS_Store" -depth -exec rm {} \;

3) Logged out

4) Logged in

Did this work? What exactly does this do?

I've been looking for a way to do the same thing for a long time.
 
Did this work? What exactly does this do?

I've been looking for a way to do the same thing for a long time.

The command erases all your view settings for all folders. After you log out and log in, you can run Finder and choose/set your new view settings. All the folders you open in Finder from that point on will have the new settings. Hope it helps!
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.