Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • I have googled, but everyone seems to ask Finder to open a window in their custom defined width, not the default. By the way, some claim that deleting .DS_store in the folder's root makes finder forget window size, but it does not. Commented Dec 18, 2016 at 15:53
  • It may sound crazy (ok maybe I have compulsory personality...) but I have find ~ -iname "*finder*.plist" | xargs rm which deletes all preference files having 'finder' within its name. But everything remains the same. I wonder which plist does Apple saves the window size in! Commented Dec 19, 2016 at 9:56