How to Change View Options for ALL Finder Windows?

I know how to set the view options for each Finder window (text size, sorting, etc.), but is there a way to apply these setting to every Finder window I will open in the future? If so, how?


For example if I change the settings to what I want and click the "Use as Default" box, it only make them the default for that paricular window - not any other.


User uploaded file

iMac (27-inch, Late 2013), OS X Mountain Lion (10.8.5)

Posted on Nov 9, 2013 7:39 PM

Reply
44 replies

Nov 12, 2013 2:36 PM in response to GreenAppleCore

Use as Defaults is supposed to carry over to all newly opened Finder windows, but it doesn't change any previously opened windows. If you want to revert all previously opened windows to that view, follow these steps:


Launch the Terminal app (in /Applications/Utilities/), copy & paste this command into the window that pops up, and hit the return key:


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


At the Password: prompt, carefully enter your admin password, since nothing shows up on the screen, and hit the return key. When the default prompt, usually the $ sign, pops up again, quit the Terminal app, restart, and open a Finder window, set it up the way you want, and click on Use as Defaults button. All subsequently opened or created folders should retain that view.

Nov 12, 2013 12:26 PM in response to GreenAppleCore

Hello there, GreenAppleCore.


The following Knowledge Base article provides some great pointers in regards to your question:


Mac Basics: Modify your windows

http://support.apple.com/kb/HT2487


Particularly:

Change the view and view options

User uploaded file


  • Depending on your window's view, you can modify how it displays its contents.
  • To change a Finder window's view, click the appropriate button in the toolbar, or choose as Icons, as List, as Columns, or as Cover Flow from the View menu. (For more information on Finder window views, see The Finder.)
  • To customize the window further by view, choose View > Show View Options.
  • If you choose List, Icons, Columns, or Cover Flow view, you can choose whether to apply your settings to only the current window or to all windows. Select the appropriate checkbox at the top of the View options window.
  • In each view option you can modify what displayed and viewable. For example, with Columns view you can modify the text size, and icon and preview column visibility. In List view, you can modify the icon and text size, select what file information to display in columns, and more.


Thanks for reaching out to Apple Support Communities.


Cheers,

Pedro.

Dec 31, 2014 3:56 AM in response to baltwo

Hi Baltwo. I hope you don't mind me latching on here quickly.

Your command above works as advertised for me. What I tend to do for myself and others is make them into Automator applications and embed the command into an Applescript..

Usually in this way when using sudo in one, instead of ;

sudo ******* ******, you might type;

do shell script "******* ******" with administrator privileges.


My problem is when there are quotes in the actual command itself as per below. How might I get around this, (I think the semi colon may present an issue too)?

on run {input, parameters}


do shdo shell script "find / -name ".DS_Store" -exec rm {} \;" with administrator privileges


returreturn input

endend run

Jul 24, 2015 7:56 AM in response to baltwo

sorry to bother you but, does this take a while? I ran the script about an hour ago and so far haven't seen the $ prompt. Here's what I have so far -


Ryans-MacBook-Pro:~ ryanamick$ sudo find / -name ".DS_Store" -exec rm {} \;

Password:

find: /dev/fd/3: Not a directory

find: /dev/fd/4: Not a directory

nfs server localhost:/l9kBnD88pKDocUpXdF3Gh_: not responding

nfs server localhost:/l9kBnD88pKDocUpXdF3Gh_: not responding

nfs server localhost:/l9kBnD88pKDocUpXdF3Gh_: is alive again


Thanks for any help you could offer

Dec 2, 2015 2:28 PM in response to baltwo

Hi baltwo,

just tried the sudo find / -name ".DS_Store" -exec rm {} \; command;

it seems like it somehow messed up my finder, when I launch the finder I find myself in some "upper" directory,

and it didnt do any good in terms of changing the finder view options.


Is there anything I can do to reverse the effects ??


Any help would be greatly appreciated.


ps. I'm using mavericks

Dec 2, 2015 3:54 PM in response to danfu

All I can suggest is to restore the bootable backup (clone) or Time Machine backup. Yours is the first to mention such behavior. What do you mean by "when I launch the Finder"? When you reboot, the Finder is automatically launched; the Desktop with the top menu bar and Dock is the initial Finder window.

Jan 8, 2016 12:23 PM in response to GreenAppleCore

Worked for me. Followed your instructions, copy and pasted code to avoid mistakes, and now perfect all windows open as I want.

Using a MacBook Pro 2013, running ElCapitan.

When I first started using Macs, you could not get Folders to display first and the files (as in MS windows), now mine does, has this been now been changed to allow the OS to do this.

I'm guessing the code deletes all the previous memorised display characteristics of each folder, so you are (after running the script) in effect opening each folder for the very first time and it is taking it's view options from the default.

Thanks

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

How to Change View Options for ALL Finder Windows?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.