Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!

Disable the Finder's zoom rectangles in 10.2 Desktop
To turn off Finder window zooming, in Terminal.app type the following
command:
 % defaults write com.apple.finder AnimateWindowZoom -bool false
Logout and log back in to see the change (or relaunch Finder).

[Editor's note: The latest TinkerTool release also lets you disable these in Jaguar, along with many other tricks (but not quite as many as in 10.1, due to changes that Apple has made).]
    •    
  • Currently 0.00 / 5
  • 1
  • 2
  • 3
  • 4
  • 5
  (0 votes cast)
 
[6,160 views]  

Disable the Finder's zoom rectangles in 10.2 | 8 comments | Create New Account
Click here to return to the 'Disable the Finder's zoom rectangles in 10.2' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
Another method if that doesn't work
Authored by: bluehz on Fri, Aug 30 2002 at 11:05AM PDT
I am using the latest TinkerTool and it refused to disable. Also tried the defaults write com.apple.finder AnimateWindowZoom -bool false an dit wasn\'t working either. Finally got it going manually editing the com.apple.finder.plist file.

[ Reply to This | # ]
TinkerTool doesn't work here either, but the tip did
Authored by: jasonxz on Fri, Aug 30 2002 at 1:16PM PDT
Oddly, after restarting I had the script menu after using this tip; simply command-dragging it out removed it tho.

[ Reply to This | # ]
how to undo?
Authored by: chaddy on Fri, Aug 30 2002 at 10:47PM PDT
% defaults write com.apple.finder AnimateWindowZoom -bool false
once you've disabled finder window zoom using this terminal command what's the command to restore? thanks

[ Reply to This | # ]
how to undo?
Authored by: hombre on Sat, Aug 31 2002 at 12:28AM PDT
I do not for a fact know the answer to your question, but I would hazard the following wild guess:

% defaults write com.apple.finder AnimateWindowZoom -bool true


[ Reply to This | # ]
how to undo?
Authored by: toddsnc on Sun, Sep 1 2002 at 12:45AM PDT
same line, replace "false" with "true"

fwiw, although this stops the zoom, it does not appear to make windows open any faster. Or is it just me? (iMac 17" flatscreen, GForce4MX GPU)

[ Reply to This | # ]
Thanks!
Authored by: mahakali on Sun, Sep 1 2002 at 12:09PM PDT
Gosh, does it feel much snappier.

[ Reply to This | # ]
Disable the Finder's zoom rectangles in 10.2
Authored by: cybergoober on Wed, Apr 16 2003 at 9:18AM PDT
BTW-

You can also use a 0 (zero) or a 1 instead of "-bool false/true"

[ Reply to This | # ]
Disable the Finder's zoom rectangles in 10.2
Authored by: bluehz on Sun, Aug 24 2003 at 7:50AM PDT
Although this is an old thread - it should be corrected.

The line at the tope of this thread:

% defaults write com.apple.finder AnimateWindowzoom -bool false

is incorrect and does not work. The correct line should be used as follows:

% defaults write com.apple.finder AnimateWindowZoom -bool false

Note the different case of the word "zoom" in "AnimateWindowZoom"

[ Reply to This | # ]