Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

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

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.

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 ID.